body {
    color: #525252;
    font-family: 'GOTHIC';
}

.btn_default {
    text-transform: uppercase;
    background: #c46a50;
    color: white;
    border: solid 5px #aa5035;
    transition: .5s;
    font-size: 25px; 
    text-align: center;
    font-weight: 600;
    width: 100%;
}

.btn_default:hover {
    color: #af6a52;
    background: rgba(255,255,255,.6);
}

.color-brown {
    color: #a94f34;
}

.borer-brown {
    border: solid 5px #aa5035;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
}

.white_line {
    width: 100%;
    height: 4px;
    background: white;
}

/*first_screen START*/
.first_screen {
    background-image: url('../images/fs_bg.jpg');
    background-size: cover;
    background-position: top center;
    padding-bottom: 80px;
    position: relative;
}

.header__contact_item a {
    display: inline-block;
}

.header__contact_item a:hover {
    opacity: .7;
}

.header { 
    padding-top: 52px;
}

a.header__logo img {
    width: 180px;
    margin-left: 7px;
}

.header__text {
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    line-height: 24px;
    margin-left: 21px;
}

.header__contacts {
    width: 100%;
    max-width: 350px;
    padding: 10px 10px 0 0;
}

.header__contact_item {
    width: 100%;
    text-align: right;
    font-size: 18px;
    margin-bottom: 7px;
}

.header__contact_item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.header__contact_item:first-child img {
    position: relative;
    bottom: 2px;
    left: 4px;
}

.header__contact_item:first-child a:last-child {
    margin-left: 23px;
}

.header__lang_list {
    display: none;
    position: absolute;
    background: white;
    z-index: 99;
}

.header__lang_item {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.header__lang_item:hover {
    background: #c46a50;
    color: white;
}

.header__burger_icon {
    width: 70px;
    height: 70px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    min-width: 70px;
}

.header__burger_icon span,
.header__burger_icon span:before,
.header__burger_icon span:after {
    display: block;
    width: 24px;
    height: 3px;
    position: relative;
    background: white;
    bottom: 2px;
    transition: .5s;
}

.header__burger_icon:hover span,
.header__burger_icon:hover span:before,
.header__burger_icon:hover span:after {
    background: #c46a50;
}

.header__burger_icon.active span {
    transform: rotate(45deg) translate(1px, 1px);
    width: 32px;
}

.header__burger_icon.active span:before { 
    opacity: 0;
}

.header__burger_icon.active span:after {
    transform: rotate(-450deg) translate(10px, 0px);
    width: 32px;
}

.header__burger_icon span:before {
    content: '';
    position: absolute;
    top: -10px;
}

.header__burger_icon span:after {
    content: '';
    position: absolute;
    bottom: -11px;
}

.header__menu {
    display: none; 
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    width: 100%;
    max-width: 634px;
    text-align: right;
    padding: 235px 182px 182px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 48px;
    z-index: 1;
}

.first_screen__content {
    width: 100%;
    max-width: 1040px;
    padding: 0 8px;
}

.first_screen__title {
    font-size: 45px;
    line-height: 48px;
    max-width: 410px;
    margin: 148px 0 0px 0;
}

.first_screen__title span{
	color: #af6a52;
}

.page-template-page_main_new p.first_screen__discount_val.ff-friz_quadrata.color-brown {
    display: none;
}

.first_screen__discount_val {
    font-size: 50px;
}

.first_screen__discount_val img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 7px;
}

.first_screen__discount_val span {
    font-size: 34px;
}

.first_screen__btn {  
    max-width: 310px;
    margin-top: 60px;
    padding: 22px 0;
    display: block;
    font-size: 17px;
}

.first_screen__content .flex_start_between {
    margin-top: 110px;
}

.first_screen__item {
    width: 270px;
    min-width: 270px;
    text-align: center;
}

.first_screen__item_img_wrap {
    min-height: 81px;
}

.first_screen__item img {
    margin: 0 auto;
}

.first_screen__item:nth-child(3) img {
    position: relative;
    top: 15px;
}

.first_screen__item h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
}
/*first_screen END*/

/*video_screen START*/
.video_screen {
    background-image: url(../images/video_bg.png);
    background-size: 123%;
    padding-bottom: 83px;
    background-position: -180px 21px;
}

.video__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    padding: 101px 0 51px 5px;
    letter-spacing: 1.1px;
}

.video_wrap {
    background-image: url(../images/video_wrap_bg.png);
    width: 100%;
    max-width: 964px;
    margin: 0 auto;
    padding: 27px 29px 111px 28px;
    right: 4px;
}

.video_wrap video {
    width: 100%;
    height: 513px;
    border-radius: 10px;
    background: black;
}

.video__overlay {
    background: url(../images/video_preview.png);
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 116px;
    left: 29px;
    background-size: cover;
    border-radius: 3px;
    transition: .5s;
}

.video__overlay img {
    transition: .5s;
    position: relative;
    left: 4px;
}

.video__overlay:hover img {
    transform: scale(1.2);
}
/*video_screen END*/

/*advantages START*/
.advantages__title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
    margin-top: 70px;
    font-size: 34px;
}

.advantages__content_bg {
    background-size: cover;
    background-image: url(../images/advantages_bg.png);
    margin-top: 50px;
    padding-bottom: 35px;
    background-position: center;
}

.advantages__content {
    width: 100%;
    max-width: 1920px;
    position: relative;
}

.advantages__left_part {
    position: absolute;
    top: 0;
    left: 0;
}

.advantages__left_part p {
    font-size: 68px;
    color: white;
    text-transform: uppercase;
    padding: 45px 0 15px 60px;
}

.advantages__right_part {
    width: 100%;
    max-width: 1040px;
    padding-right: 0;
    margin: 0 auto;
}

.advantages__list {
    width: 100%;
    max-width: 650px;
    padding: 87px 0 0 0px;
}

.advantages__item {
    position: relative;
    padding-left: 95px;
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    line-height: 32px;
    margin-bottom: 34px;
}

.advantages__item_marker {
    position: absolute;
    left: 0;
    top: -11px;
}
/*advantages END*/

/*calc_price START*/
.all_calc_bg ,
.more_details{
    background: url(../images/page_bg.png);
    background-size: 105vw 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.calc_price_bg {
    padding: 75px 0 0 0;
}

.calc_price__content {
    border: solid 15px #d1d1d1;
    padding: 65px 65px 53px 70px;
    border-bottom: unset;
}

.calc_price__title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.1px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.calc_price__title p{
    margin-top: 5px;
    line-height: 50px;
    font-weight: bold;
}

.calc_price__title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    bottom: 4px;
    margin-left: 4px;
}

.calc_price__power {
    margin-top: 30px;
}

.field_wrap {
    width: 100%;
    max-width: 260px;
    min-width: 260px;
}

.field_wrap label {
    font-size: 15px; 
}

.field_wrap p {
    margin-top: 10px;
    align-items: center;
    position: relative;
}

.field_wrap p input {
    margin-left: 1px;
    letter-spacing: 1px;
}

.calc_price__calc_power {
    width: 100%;
    max-width: 330px;
    min-width: 330px;
    margin: 0 15px;
    margin-right: 40px;
    margin-top: 25px;
}

.calc_price__calc_power2 {
    width: 100%;
    min-width: 330px;
    margin: 0 15px;
    margin-right: 40px;
    margin-top: 25px;

}

.calc_price__calc_power2 .caption {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #af6a52;
    border-top: 1px solid #af6a52;
    border-bottom: 1px solid #af6a52;
    padding: 11px 0;
    position: relative;
}

.calc_price__power .field_wrap:first-child{
    max-width: 230px;
    min-width: 230px;
}

.calc_price__calc_power+.field_wrap input.input_default{
    width: 180px;
}

.calc_price__calc_power .caption {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #af6a52;
    border-top: 1px solid #af6a52;
    border-bottom: 1px solid #af6a52;
    padding: 11px 0;
    position: relative;
}

.calc_price__calc_power .caption::before {
    content: '';
    position: absolute;
    right: -32px;
    bottom: -12px;
    width: 30px;
    height: 60px;
    background-image: url('../images/arr.png');
    background-size: cover;
}

.calc_price__power.flex_start_between {
    align-items: center;
    width: 100%;
}

.calc_price__calc_power .btn_default {
    display: block;
    margin-top: 16px;
    padding: 14px 5px 18px 0;
}

.input_default {
    border: solid 3px #bdbdbd;
    width: 100%;
    max-width: 632px;
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #c46b4d;
    background-color: #f3f3f3;
}

.calc_price__power input.input_default {
    width: 160px;
}

.field_wrap p span {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    padding-left: 20px;
    color: #9c9a9b;
}

.calc_price__subtitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.8px;
    min-width: 145px;
    margin-top: 27px;
    margin-right: 12px;
}

input#type_load {
    width: 210px;
    font-size: 16px;
    padding: 8px;
    padding-right: 30px;
}

.calc_price__fields.flex_start_between {
    margin-top: 40px;
}

.calc_price__fields .field_wrap:nth-child(2){
	width: 346px;
    min-width: 346px;
    margin-right: 15px;
}

.calc_price__fields .field_wrap:nth-child(3){
	width: 127px;
    min-width: 127px;
    margin-right: 15px;
}

.calc_price__fields .field_wrap {
    width: 50%;
    margin-bottom: 30px;
}

.calc_price__fields .has_dropdown input.active {
    border-bottom: unset;
}

.field_wrap p svg {
    position: absolute;
    right: 56px;
    top: 17px;
    pointer-events: none;
    transition: .5s;
}

.field_wrap p svg.active {
    transform: scale(-1);
    top: 13px;
    right: 58px;
}

.has_dropdown {
    position: relative;
}

.field_wrap.has_dropdown input {
    cursor: pointer;
    border-color: #c46a4f;
    padding-right: 70px;
}

.field_wrap .dropdown_list {
    position: absolute;
    display: none;
    top: 100%;
    width: calc(100% - 11px );
    padding: 10px 10px;
    max-height: 300px;
    overflow-y: auto;
    max-width: 210px;
    left: 1px;
    background: white;
    z-index: 999;
    font-size: 16px;
    font-weight: 600;
    border: solid 3px #c46a50;
    border-top: unset;
}

.field_wrap .dropdown_list_item {
    margin-bottom: 20px;
    font-size: 16px;
    color: #c46a50;
    cursor: default;
}

.field_wrap .dropdown_list_item:last-child {
    margin-bottom: 0;
}

.field_wrap .dropdown_list_item:first-child {
    display: none;
}


.required_power p {
    font-size: 24px;
    font-weight: 600;
    margin-top: 44px;
    margin-right: 23px;
    letter-spacing: 1.7px;
}

.calculated_value {
    font-size: 26px;
    font-weight: 600;
}
.required_power .calculated_value {
    margin: 18px 8px 0 0;
}

.calc_price__note {
    font-size: 24px;
    margin-top: 29px;
    padding: 0 0 0 2px;
    max-width: 790px;
    line-height: 34px;
}
/*calc_price END

/*online START*/
.online {
    background: url(../images/online_bg.png);
    background-size: cover;
    padding-bottom: 110px;
}

.online__content {
    max-width: 100%;
    position: relative;
}

.online__left_part {
    position: absolute;
    left: 0;
    top: 0;
}

.online__left_part p {
    text-transform: uppercase;
    font-size: 68px;
    color: white;
    margin: 75px 0 30px 63px;
}

.online__right_part {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.online__btn {
    max-width: 250px;
    margin-top: 145px;
    margin-right: 30px;
    padding: 20px 0;
    font-size: 18px;
}

.online__text {
    width: 100%;
    max-width: 415px;
    font-size: 34px;
    text-align: right;
    margin: 0;
    line-height: 45px;
    margin-top: 110px;
}
/*online END*/

/*cfg START*/
.cfg_wrap {
    border: solid 15px #d1d1d1; 
    border-top: unset;
    border-bottom: unset;
    padding-bottom: 70px;
} 

.cfg__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}

.cfg {
    background: url(../images/cfg_bg.png);
    margin: 0 auto;
    max-width: 860px;
    background-size: cover;
    padding-bottom: 40px;
}

.cfg__step_wrap {
    padding: 24px 45px;
}

.cfg__step_count {
    width: 100%;
    max-width: 405px;
    min-width: 405px;
}

.cfg__caption {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-family: 'Friz_Quadrata';
    letter-spacing: 1px;
}

.cfg__step_count_slider_wrap {
    margin-top: 24px;
    height: 20px;
    border-radius: 11px;
    background: black;
    padding: 0 24px 0 3px;
}

.cfg__step_count_slider {
    border: unset !important;
    background: transparent;
}

.ui-slider-handle {
    background: #c46a50 !important;
    border: solid 5px #aa5035 !important;
    border-radius: 50%;
    width: 44px !important;
    height: 44px !important;
    top: -11px !important;
    margin-left: -12px !important;
}

.cfg__step_count_slider label {
    color: black;
    font-size: 14px;
    font-weight: 600;
    top: 50px;
    position: absolute;
    width: 20px;
    text-align: center;
} 

.cfg__step_count_slider label:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: black;
    top: -17px;
    right: 50%;
}

.cfg__step_size {
    width: 100%;
    max-width: 290px;
}

.cfg__step_size_controll {
    margin-top: 24px;
}

.cfg__step_size_controll button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 10px;
    min-width: 45px;
}

.cfg__caption span {
    text-transform: none;
}

.cfg__step_size_val {
    width: 100%;
    background: linear-gradient(to bottom, #742e26, #dd8b7d,#793329);
    border: solid black;
    border-width: 3px 1.5px;
    max-width: 170px;
    min-height: 55px;
}

.cfg__step_size_val span {
    border: solid black;
    border-width: 0 1.5px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: black;
    min-height: 55px;
    display: block;
    padding-top: 10px;
    font-weight: 600;
}

.cfg__radio_wrap {
    margin-top: -10px;
    padding-left: 55px;
}

.cfg__radio_group_wrap {
    width: 25%;
    max-width: 278px;
}

.cfg__radio_group_wrap:first-child{
    min-width: 220px;
}

.cfg__radio_group_title {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    min-height: 44px;
}

.cfg__radio_group_wrap .flex_start_between {
    margin-top: 20px;
}

.cfg__radio_group_img_wrap {
    margin: 7px 17px 0px auto;
}

.cfg__radio_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    margin-top: 5px;
    min-height: 90px;
    width: 100%;
    max-width: 170px;
    min-width: 155px;
    padding: 0 0 0 67px;
}

.cfg__radio_group:before {
    position: absolute;
    content: '';
    left: 13px;
    top: -10px;
    height: calc(100% + 14px);
    width: 22px;
    background: black;
    border-radius: 11px;
}

.cfg__radio_group_field .btn {
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 99; 
    left: -63px;
    bottom: -3px;
}

.cfg__radio_group_field input {
    display: none
}

.cfg__radio_group_field label {
    position: relative;
    color: black;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.cfg__radio_group_field label:after {
    position: absolute;
    content: '';
    left: -22px;
    top: 7px;
    width: 10px;
    height: 2px;
    background: black;
}

.cfg__radio_group_field input:checked + label:before {
    position: absolute;
    content: '';
    left: -66px;
    top: -16px;
    width: 36px;
    height: 36px;
    background: #c46a50;
    border: solid 4px #aa5036;
    border-radius: 50%;
}
/*cfg END*/

/*after_cfg START*/
.after_cfg {
    width: 100%;
    margin-top: 10px;
    max-width: 860px;
}

.after_cfg__calculated_values {
    padding-right: 12px;
}

.after_cfg__calculated_value_item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.after_cfg__calculated_value_item {
    font-size: 16px;
    letter-spacing: 0.8px;
    background: url(../images/cfg_btn.png);
    background-size: cover;
    max-width: 270px;
    color: #fff;
    width: 100%;
    height: 70px;
}

.cfg+#kayzp_total .after_cfg__calculated_value_item {
    max-width: 290px;
}

.cfg+#kayzp_total a+.after_cfg__calculated_value_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    font-size: 16px;
}

.cfg+#kayzp_total a+.after_cfg__calculated_value_item+.after_cfg__calculated_value_item {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.cfg+#kayzp_total a+.after_cfg__calculated_value_item+.after_cfg__calculated_value_item span{
    padding-left: 10px;
    letter-spacing: 0px;
    padding-right: 0;
    position: relative;
    bottom: 10px;
}

.cfg+#kayzp_total a+.after_cfg__calculated_value_item span{
	font-size: 30px;
    padding-right: 3px;
    padding-left: 5px;
    position: relative;
    bottom: 10px;
}

.after_cfg__calculated_value_item p+p {
    position: relative;
    top: 9px;
    display: flex;
    align-items: flex-start;
}

.after_cfg__calculated_value_item span{
	font-size: 26px;
    margin-right: 5px!important;
}

.after_cfg__calculated_value_item .calculated_value {
    position: relative;
    bottom: 5px;
    margin: 0 2px 0 3px;
}

.after_cfg__calc_price_btn {
    display: block;
    max-width: 255px;
    margin: 0px;
    padding: 22px 0;
    font-size: 16px;
    margin-right: 10px;
}

.after_cfg__calculated_values.second {
    margin: 10px auto 0 auto;
    padding: 0;
}

.calculated_value--brown {
    box-shadow: unset;
    font-size: 42px;
}

.after_cfg__calculated_values.second .calculated_value {
    letter-spacing: 0px;
    padding-right: 41px;
}

.calc_profit{
	display: flex;
	align-items: center;
	justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
    margin-top: 15px;
}

.calc_profit_h2{
	font-size: 19px;
    margin-top: 23px;
    line-height: 28px;
    min-width: 190px;
    max-width: 190px;
    margin-right: 30px;
}

.calc_profit .calc_price__power .field_wrap:first-child {
    max-width: 346px;
    min-width: 346px;
}

.calc_profit .calc_price__power input.input_default {
    width: 190px;
}

.calc_profit.before_price{
	display: none;
}

.calc_profit .calc_price__calc_power {
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

.calc_profit .calc_price__calc_power .caption {
    background: url(../images/cfg_btn.png);
    background-size: cover;
    font-size: 16px;
    font-weight: 600;
    text-transform: unset;
    text-align: left;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.calc_profit .calc_price__calc_power .caption p+p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.calc_profit .calc_price__calc_power .caption p+p span{
    font-size: 32px;
    margin: 0 10px;
}

.calc_profit .calc_price__calc_power .caption:before,
.calc_profit .calc_price__calc_power .caption:after{
	opacity: 0;
	border: none;
}

section.calc_price__content {
    margin-top: 36px;
    padding-top: 81px;
    border-bottom: solid 15px #d1d1d1;
    padding-bottom: 78px;
}

section.calc_price__content .calc_price__title {
    text-transform: unset;
    font-weight: 600;
}

section.calc_price__content .calc_price__power {
    margin-top: 34px;
}

section.calc_price__content .calc_price__calc_power {
    max-width: 550px;
    padding-left: 24px;
} 

section.calc_price__content .calc_price__calc_power .caption {
    font-size: 26px;
    text-align: left;
    margin-top: 37px;
    letter-spacing: 0.7px;
}

section.calc_price__content .calculated_value {
    background: #f7f3f2;
    color: #c76950;
    border: solid 3px #c46a50;
    font-size: 40px;
    padding: 11px 34px 12px 31px;
    margin: 0 17px 0 9px;
    box-shadow: unset;
}

div.line {
    border-top: solid 15px #d1d1d1; 
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

section.videos {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 65px;
}

section.videos .left_video{
	width: 50%;
	margin-right: 75px;
	position: relative;
}

section.videos .right_video{
	width: calc(50% - 75px);
	position: relative;
	cursor: pointer;
}

section.videos .left_video .video_cover{
	height: 730px;
	background-size: cover;
    padding: 160px;
}

section.videos .right_video .video_cover {
    height: 640px;
    background-size: cover;
    padding: 65px 80px;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Friz_Quadrata";
}

section.videos .right_video .video_cover h3 {
    max-width: 330px;
    line-height: 55px;
}

section.videos .left_video .video_cover h3{
    font-family: "Friz_Quadrata";
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    margin-top: 40px;
    line-height: 55px;
    max-width: 545px;
    letter-spacing: 1px;
}

section.videos .left_video .video_cover a {
    color: #fff;
    border: 3px solid #fff;
    font-size: 16px;
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    height: 60px;
}

section.videos .right_video .video_title_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.right_video .video_title_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-left: 25px;
}

#vid{
	position: absolute;
    top: 63px;
    left: 21px;
    z-index: 999;
    width: 100%;
    height: 620px;
}

#vid iframe{
	width: 100%;
    height: 100%;
}

section.videos .right_video .video_title_row img {
    margin-right: 20px;
}

.right_video .video_title_row span{
	color: #af6a52;
}

.banners .owl-dots {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 36px);
}

.banners .owl-dots .owl-dot.active span, 
.banners .owl-dots .owl-dot:hover span {
    background: #c46a50!important;
}

/*after_cfg END*/

/*assist START*/
.assist_wrap {
    background: url(../images/assist_bg.png);
    background-size: cover;
    background-position: center;
}

.assist__content {
    max-width: 1920px;
    padding-bottom: 68px;
    position: relative;
}

.assist__title_wrap{
	position: absolute;
	top: 0;
	left: 0;
}

.assist__title {
    font-size: 68px;
    color: white;
    margin: 65px 0 30px 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.assist__right_part {
    width: 100%;
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.assist__right_part_content {
    width: 100%;
    max-width: 793px;
    margin-left: auto;
    margin-top: 65px;
}

.assist__btn {
    float: left;
    max-width: 395px;
    margin-top: 63px;
    padding: 20px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assist__text {
    font-size: 34px;
    line-height: 42px;
    text-align: right;
}
/*assist END*/


/*link NKU START*/
.linknku_wrap {
    background: url(../images/link_nku.png);
    background-size: cover;
    background-position: center;
}

.linknku__content {
    max-width: 1920px;
    padding-bottom: 68px;
    position: relative;
}

.linknku__title_wrap{
	position: absolute;
	top: 0;
	left: 0;
}

.linknku__title {
    font-size: 68px;
    color: white;
    margin: 65px 0 30px 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.linknku__right_part {
    width: 100%;
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.linknku__right_part_content {
    width: 100%;
    max-width: 793px;
    margin-left: auto;
    margin-top: 65px;
}

.linknku__btn {
    float: left;
    max-width: 395px;
    margin-top: 63px;
    padding: 20px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linknku__text {
    font-size: 34px;
    line-height: 42px;
    text-align: right;
}
/*link NKU END*/



/*trust_us START*/

.trust_us__title {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 85px;
    letter-spacing: 2.4px;
    padding-left: 6px;
}

.trust_us__company {
    padding: 15px 0px 0 0px;
    align-items: center;
}

.trust_us__company_field {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.trust_us__company_field img {
    width: auto!important;
    max-width: 150px;
}

.trust_us__text {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #c46a50;
    margin: 0;
    padding: 0 0 0 8px;
    margin-bottom: 45px;
} 

.trust_us__text img {
    position: relative;
    right: 8px;
    top: 7px;
}
/*trust_us END*/

section.more_details span{
	color: #af6a52;
}

section.more_details h3 {
    text-align: center;
    font-size: 34px;
    color: #525252;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 90px;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.comfort_details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comfort_details li {
    position: relative;
    padding-left: 95px;
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    line-height: 32px;
    margin-bottom: 34px;
}

.comfort_details ul {
    max-width: 605px;
    margin-left: 50px;
}

section.more_details .tip {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 15px solid #d0d0d0;
    margin-top: 50px;
    padding: 40px 45px;
}

section.more_details .tip p {
    font-size: 18px;
    margin-left: 35px;
    line-height: 34px;
}

h3.degree_title {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: -20px;
    line-height: 50px;
    margin-bottom: 25px!important;
}

.degree_blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.degree_block {
    text-align: right;
    background: url(../images/degree1.png);
    background-size: cover;
    width: calc(50% - 15px);
    height: 275px;
    font-size: 40px;
    padding: 115px 130px;
}

.degree_block+.degree_block {
    background: url(../images/degree2.png);
    padding: 60px 90px;
    text-align: left;
    padding-right: 200px;
    line-height: 50px;
}

h3.we_can_title {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 69px!important;
    line-height: 45px;
}

.we_can_blocks {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.we_can_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.we_can_block p {
    font-size: 18px;
    margin-left: 30px;
    line-height: 34px;
    max-width: 400px;
}


/*stay_request START*/
.stay_request_wrap {
    background: url(../images/stay_request__bg.png);
    padding: 25px 90px 80px 90px;
    margin-top: 50px;
    background-size: calc(100% + 20px) calc(100% + 20px);
    background-position: calc(100% + 10px) calc(100% + 10px);
    position: relative;
    border: solid 10px #c46a50;
}

.stay_request_wrap_box {
    position: absolute;
    right: 75px;
    top: 160px;
    z-index: 0;
    height: 515px;
}

form.stay_request__form {
    margin-top: 85px;
}

form.stay_request__form .input_default{
    max-width: 410px;
}

/*.stay_request__form>.stay_request__form_field:nth-child(5),*/
.stay_request__form>.stay_request__form_field:first-child{
    display: none;
}

.stay_request__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-bottom: 50px;
    margin-top: 55px;
}

.stay_request__form_field {
    margin-bottom: 21px;
    max-width: 410px;
}

.stay_request__form_field label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.stay_request__form_file {
    width: 100%;
    max-width: 256px;
    padding-right: 10px;
}

.stay_request__form_file label {
    position: relative;
    left: 4px;
}

.stay_request__form_submit {
    max-width: 185px;
    margin-top: 32px;
    padding: 22px 0;
    cursor: pointer;
    font-size: 18px;
}

.stay_request__form_file_btn {
    color: #c46a50;
    border: solid;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 19px 0;
    position: relative;
    bottom: 2px;
    background: transparent;
    margin-top: 24px;
    max-width: 200px;
}

.stay_request__form_file_btn:hover {
    color: white;
    background: #c46a50;
}
/*stay_request END*/

/*footer START*/
.footer {
    margin-top: 85px;
    padding-bottom: 25px;
}

a.foo__logo img {
    width: 185px;
}

.foo__column {
    width: 100%;
    max-width: 380px;
}

.foo__col_logo_text {
    font-size: 16px;
    margin: 21px 0 0 7px;
    line-height: 24px;
    max-width: 190px;
}

.foo__send_request {
    display: block;
    max-width: 220px;
    font-size: 16px;
    margin-top: 34px;
    padding: 20px 0;
    letter-spacing: 0.7px;
}

.foo__menu_wrap {
    max-width: 265px;
    margin-left: 45px;
}

.foo__has_dropdown {
    position: relative;
}

.foo__dropdown_list {
    display: none;
    padding: 10px 20px;
    box-shadow: 0 0 10px -5px black;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    z-index: 999;
    width: 100%;
    background: white;
}

.foo__menu li {
    margin-bottom: 41px;
}

.foo__menu li a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    bottom: 3px;
    text-transform: uppercase;
}

.foo__menu_dropdown_arrow { 
    right: -74px;
    top: -10px;
    position: absolute;
    padding: 16px;
    transition: .5s;
}

.foo__menu_dropdown_arrow.active {
    transform: scale(-1);
}

.col_contacts {
    max-width: 248px;
    position: relative;
    bottom: 6px;
}

.foo__contact_item {
    font-size: 16px;
    text-align: right;
    line-height: 22px;
    margin-bottom: 17px;
    padding-left: 30px;
}

.foo__contact_item img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 5px;
    top: -2px;
}

.col_map {
    border: solid 2px #c26a52;
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    min-height: 262px;
    height: 262px;
    max-width: 295px;
    min-width: 295px;
    box-sizing: content-box;
}

#map {
    position: relative;
    min-height: inherit;
}

.foo__dropdown_list li {
    margin-bottom: 8px !important;
    padding: 10px 0;
}

.foo__dropdown_list li:last-child { 
    margin-bottom: 0; 
}

li.foo__contact_item.socials a {
    margin-left: 20px;
    margin-top: 5px;
}

li.foo__contact_item.socials svg {
    width: 30px;
    height: 30px;
    fill: #c46a50;
}
li.foo__contact_item.socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

/*footer END*/


body:not(.home) section.first_screen>.first_screen__content{
    display: none;
}

body.page-template.page-template-page_main_new.page-template-page_main_new-php.page.page-id-352.logged-in.admin-bar.customize-support section.first_screen>.first_screen__content{
    display: block;
}

body.page-template.page-template-page_main_new.page-template-page_main_new-php.page.page-id-352.logged-in.admin-bar.customize-support .first_screen {
    background-image: url(../images/fs_bg.jpg)!important;
    background-size: cover!important;
    background-position: top center;
    padding-bottom: 80px;
    position: relative;
}

body:not(.home) section.first_screen{
    background: none;
}

body:not(.home) #primary{
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
    /* border-top: solid 4px #aa5035; */
}

body:not(.home) #primary p{
    margin-bottom: 20px;
    margin-top: 20px;
}

body:not(.home) #primary b,
body:not(.home) #primary strong{
    font-weight: bold;
}

body:not(.home) #primary i{
    font-style: italic;
}

body:not(.home) #primary h2 {
    font-size: 32px;
    line-height: 35px;
}

body:not(.home) #primary h2{
    font-size: 32px;
}

body:not(.home) #primary h3{
    font-size: 28px;
}

body:not(.home) #primary h4{
    font-size: 24px;
}

body:not(.home) #primary h5{
    font-size: 20px;
}

body:not(.home) #primary h6{
    font-size: 18px;
}

.breadcrums span{
    color: #a94f34
}

.breadcrums {
    margin-bottom: 40px;
}

img.alignleft{
    float: left;
    margin: 20px;
    margin-left: 0;
}

img.alignright{
    float: right;
    margin: 20px;
    margin-right: 0;
}

div.first_screen__content{
    position: relative;
}

img.header-box {
    position: absolute;
    right: 10px;
    top: -100px;
}

.kkomplekts{
    font-family: "Gothic";
}

.page-template-page_parts .container{
    max-width: 1560px;
    padding: 0 20px;
    box-sizing: border-box;
}

.kkomplekts .wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1560px;
}

body:not(.home) section.first_screen {
    background-image: url('../images/header_bg.png')!important;
    background-size: cover!important;
    padding-bottom: 32px;
}

.plitka_img{
    height: 100%;
    width: 800px;
    min-width: 800px;
    position: relative;
}

.plitka_img>img{
    width: 100%;
    height: auto;
}

.kkomplekts header .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 165px;
}

.kkomplekts .logo_wrapper{
    display: flex;
    align-items: center;
}

.kkomplekts .logo_wrapper p{
    color: #965139;
    font-size: 20px;
    line-height: 22px;
    margin-left: 30px;
    max-width: 380px;
}

.lang_placeholder,
.menu_placeholder{
    width: 85px;
    height: 85px;
    background: #965139;
    margin-left: 30px;
    cursor: pointer;
}

.kkomplekts .menu_wrapper{
    display: flex;
    align-items: center;
}

.kkomplekts .contacts{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    color: #525252;
}

.kkomplekts .contacts div:first-child{
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.kkomplekts .contacts a{
    display: flex;
    align-items: center;
}

.kkomplekts .contacts a img{
    margin-right: 10px;
}

.kkomplekts .contacts a+a{
    margin-left: 30px;
}

.kkomplekts .breadcrums{
    margin-top: 30px;
    margin-bottom: 55px;
}

.kkomplekts .breadcrums a,
.kkomplekts .breadcrums span{
    font-size: 17px;
    color: #9b9a9a;
    margin-right: 15px;
}

.kkomplekts .page_content h1{
    font-size: 40px!important;
    color: #525252;
    font-family: "Friz_Quadrata";
    text-align: center;
    margin-bottom: 65px;
    margin-top: 50px;
    display: block;
    text-transform: uppercase;
}

.kkomplekts .kflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kkomplekts .plitka_right{
    flex-direction: row-reverse;
}

.kkomplekts .page_content h1+.kflex p{
    max-width: 840px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #525252;
    margin-top: 0!important;
}

.kkomplekts .kflex p b{
    font-weight: bold;
}

.kkomplekts .garantee{
    border: 14px solid #af6a52;
    padding: 22px 55px;
    max-width: 600px;
    width: 100%;
}

.kkomplekts .garantee img{
    margin-right: 40px;
}

.kkomplekts .page_content .garantee.kflex p{
    color: #af6a52;
    font-size: 24px;
    line-height: 33px;
    font-family: "Friz_Quadrata";
    margin-bottom: 0!important;
}

.kkomplekts .kflex+h2{
    color: #af6a52;
    font-size: 30px!important;
    font-family: "Friz_Quadrata";
    margin-top: 10px;
    margin-bottom: 35px;
}

.plitka_img .numb{
    width: 95px;
    height: 95px;
    position: absolute;
    top: 55px;
    right: 65px;
    background-image: url('../images/n.png');
    color: #af6a52;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 999;
}

.plitka_img .owl-prev {
    background: url(../images/s_arrow.png)!important;
    width: 70px;
    height: 70px;
    color: #ff000000!important;
    background-size: cover!important;
    position: absolute;
    top: calc(50% - 35px);
    left: 65px;
    transform: rotate(180deg);
}

.plitka_img .owl-next {
    background: url(../images/s_arrow.png)!important;
    width: 70px;
    height: 70px;
    color: #ff000000!important;
    background-size: cover!important;
    position: absolute;
    top: calc(50% - 35px);
    right: 65px;
}

.plitka_img .owl-prev:hover ,
.plitka_img .owl-next:hover {
    background: url(../images/s_arrow.png)!important;
}

.plitka_img .owl-prev.disabled ,
.plitka_img .owl-next.disabled {
    filter: grayscale(100%);
}

.plitka_right .plitka_img .numb{
    left: 65px;
}

.kkomplekts .plitka{
    margin-bottom: 30px;
}

.plitka_content{
    margin-right: 30px;
    margin-left: 130px;
}

.plitka_right .plitka_content{
    margin-left: 30px;
    margin-right: 130px;
}

.kkomplekts h2.center{
    text-align: center;
    margin-top: 45px;
}

.plitka_content h3{
    font-family: "Friz_Quadrata";
    color: #525252;
    font-size: 30px!important;
    line-height: 30px!important;
    margin-bottom: 40px;
}

.plitka_content li,
.plitka_content p{
    font-size: 20px;
    color: #525252;
    line-height: 28px;
    margin-bottom: 20px!important;
    margin-top: 0!important;
}

.plitka_content p{
    margin-bottom: 40px!important;
}

.plitka_content li{
    height: 54px;
    padding-left: 75px;
    display: flex;
    align-items: center;
    background: url('../images/li.png') no-repeat left top;
}

.plitka_content span{
    color: #af6a52;
}

.page-template-page_parts .stay_request_wrap{
    display: none;
}

/* .page-template-page_parts #primary,
.page-template-page_parts #main{
    padding: 0!important;
    margin: 0!important;
} */

@media all and (max-width: 1600px){
    .kkomplekts .wrapper{
        margin: 0 auto;
        width: calc(100% - 80px);
        max-width: 100%;
    }

    .kkomplekts .breadcrums {
        margin-top: 30px;
        margin-bottom: 55px;
    }

    .kkomplekts .page_content h1+.kflex p{
        margin-right: 60px;
    }

    .kkomplekts .garantee{
        min-width: 500px;
    }
    .kkomplekts .garantee p{
        margin-right: 0!important;
    }
    .plitka_img{
        /* height: calc(50vw - 140px); */
        width: calc(50vw - 140px);
        min-width: calc(50vw - 140px);
    }
    .plitka_content {
        margin-left: 100px;
    }
    .plitka_img .numb {
        width: 70px;
        height: 70px;
        top: 40px;
        right: 50px;
    }
    .plitka_right .plitka_img .numb {
        left: 50px;
    }
    .plitka_img .owl-prev {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: 50px;
    }
    .plitka_img .owl-next {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        right: 50px;
    }
    .plitka_img .owl-prev:hover ,
    .plitka_img .owl-next:hover {
        width: 50px;
        height: 50px;
        background-size: cover!important;
    }
}

@media all and (max-width: 1400px){

    .logo img{
        max-width: 150px;
    }

    .kkomplekts .logo_wrapper p,
    .kkomplekts .contacts{
        font-size: 18px;
    }

    .lang_placeholder, 
    .menu_placeholder {
        width: 75px;
        height: 75px;
        margin-left: 20px;
    }
}

@media all and (max-width: 1200px){
    .kkomplekts .contacts div:first-child{
        flex-direction: column;
    }

    .kkomplekts .contacts a+a{
        margin-left: 25px;
        margin-top: 10px;
    }

    .kkomplekts .breadcrums a, 
    .kkomplekts .breadcrums span{
        font-size: 16px;
    }

    .kkomplekts .page_content h1 {
        font-size: 35px!important;
        margin-bottom: 40px!important;
    }

    .kkomplekts .breadcrums {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .kkomplekts .page_content h1+.kflex p,
    .kkomplekts .page_content .garantee.kflex p {
        font-size: 18px;
        line-height: 20px;
    }

    .kkomplekts .garantee{
        min-width: 400px;
        padding: 10px 35px
    }

    .kkomplekts .kflex+h2 {
        font-size: 25px!important;
        margin-top: 15px!important;
        margin-bottom: 30px!important;
    }

    .plitka_content h3 {
        font-size: 24px!important;
        margin-bottom: 20px!important;
    }

    .plitka_content li, .plitka_content p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

}

@media all and (max-width: 960px){
    .kkomplekts .wrapper {
        width: 100%;
    }

    .plitka_right .plitka_content {
        margin-left: 0;
        margin-right: 0;
    }

    .kkomplekts .logo_wrapper{
        flex-direction: column;
    }

    .kkomplekts header .wrapper{
        flex-direction: column-reverse;
        height: auto;
        padding: 20px 0;
    }

    .kkomplekts .contacts{
        display: none;
    }

    .kkomplekts .menu_wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .logo img{
        margin: 20px auto;
    }

    .kkomplekts .logo_wrapper p{
        line-height: 18px;
        font-size: 16px;
        margin-left: 0;
        text-align: center;
    }

    .kkomplekts .page_content h1+.kflex p {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .kkomplekts .garantee p {
        margin-bottom: 0!important;
    }

    .kkomplekts .kflex{
        flex-direction: column;
    }

    .kkomplekts .garantee {
        min-width: 270px;
        padding: 10px 25px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .kkomplekts .garantee img {
        margin-right: 0;
    }

    .kkomplekts .page_content h1 {
        font-size: 30px!important;
        margin-bottom: 30px!important;
    }

    .kkomplekts .page_content h1+.kflex p, 
    .kkomplekts .page_content .garantee.kflex p {
        font-size: 17px;
        line-height: 19px;
    }

    .kkomplekts .kflex+h2 {
        font-size: 21px!important;
        margin-top: 20px!important;
        margin-bottom: 25px!important;
        text-align: center;
    }

    .plitka_img {
        /* height: calc(100vw - 20px); */
        width: calc(100vw - 20px);
        min-width: calc(100vw - 20px);
        margin-bottom: 20px;
    }

    .plitka_img .numb {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 30px;
        right: 40px;
    }

    .plitka_img .owl-prev {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: 40px;
    }

    .plitka_img .owl-next {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        right: 40px;
    }

    .plitka_img .owl-prev:hover, .plitka_img .owl-next:hover {
        width: 40px;
        height: 40px;
    }

    .plitka_right .plitka_img .numb {
        left: 40px;
    }

    .plitka_content {
        margin-left: 0;
        margin-right: 0;
    }

    .plitka_content h3 {
        font-size: 23px!important;
        margin-bottom: 15px!important;
    }

    .plitka_content li, .plitka_content p {
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 15px;
    }

.SWPControl {
  background: #FFFF89;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600 !important;
  padding:10px;
  border-radius: 3px;
  box-shadow: 0 -0.085em 0 0 rgba(102, 52, 0, 0.2) inset, 0 0 3px 0 rgba(254, 255, 187, 0.5) inset;
  color: #000;
}

a.collapseButton {
    color: #D33F1D !important;
    /*font-weight: 500 !important;*/
    line-height: 22px;
    text-decoration: none !important;
}

span.SWPTitle::before {
    color: #000;
    content: "☻";
    font-size: 27px;
    line-height: 22px;
    display: inline-block;
    animation: credits 1s infinite;
    -webkit-animation: credits 1s infinite;
    animation-name: credits;
    -webkit-animation-name: credits;
    transition: all 0.3s linear 0s;    
}
@keyframes credits {
        0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
        40% {transform: translateY(-10px);}
        60% {transform: translateY(-5px);}
}
@-webkit-keyframes credits {
        0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
        40% {-webkit-transform: translateY(-10px);}
        60% {-webkit-transform: translateY(-5px);}
}



}