.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding: 0;
}

.anchor {
    position: absolute;
    top: -91px;
}

.s_projects,
.s_how,
.s_audit,
.s_form {
    position: relative
}

.row {
    margin: 0;
}

.container {
    padding: 0 10px;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

*::-webkit-input-placeholder {
    color: #a4a3a3;
    opacity: 1;
}

*:-moz-placeholder {
    color: #a4a3a3;
    opacity: 1;
}

*::-moz-placeholder {
    color: #a4a3a3;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "RobotoCondensedRegular", sans-serif;
    font-size: 18px;
    min-width: 320px;
    max-width: 1920px;
    position: relative;
    /*overflow-x: hidden;*/
    color: #242424;
    background-color: #fff;
    line-height: 1.2em;
    margin: 0 auto;
}

body > iframe {
    display: none
}

a {
    color: #242424;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    line-height: 1.2em;
    font-family: "RobotoCondensedBold";
}

h1 {
    font-size: 40px;
    color: #fff;
    text-align: right;
    line-height: 1.4em;
    letter-spacing: 1.5px;
    text-shadow: 1px 3px 4px #000;
}

h1 span {
    font-size: 42px;
    color: #eca62d;
    text-shadow: 0.6px 0.8px 1px black;
    display: block;
}

h2 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 1.5px;
}

h2 span {
    text-transform: none;
}

h2.bg_line {
    padding-bottom: 20px;
    position: relative;
}

h2.bg_line::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -115px;
    width: 229px;
    height: 3px;
    background-color: #242424;
}

form {
    text-align: center;
    background-image: url(../img/bg/bg_form_border.png);
    background-repeat: no-repeat;
    background-position: center;
}

input:not(.btn) {
    width: 230px;
    height: 47px;
    background-color: white;
    border-radius: 5px;
    padding: 0 20px;
    font-family: "RobotoCondensedRegular";
    margin: 0 12px 15px;
    color: #242424;
}
.s_audit input:not(.btn) {
    width: 180px;
}
input.btn {
    margin-top: 20px;
    padding: 0;
    height: 63px;
    padding-right: 10px;
    padding-left: 10px;
}

input.ierror {
    border-color: red;
}

.clearfix::after,
.clearfix::before {
    content: " ";
    display: table;
}

.clearfix::after,
.clr {
    clear: both;
}

.btn {
    display: inline-block;
    min-width: 258px;
    background-color: #eca62d;
    background-image: linear-gradient(180deg, rgba(240, 187, 94, 0.52) 0%, rgba(207, 146, 38, 0.52) 100%);
    border: 3px solid white;
    border-radius: 29px;
    padding: 16px 55px;
    color: #242424;
    font-size: 24px;
    font-family: "RobotoCondensedBold";
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:hover {
    background-color: #909fd1;
    background-image: linear-gradient(180deg, rgba(165, 177, 217, 0.52) 0%, rgba(126, 141, 191, 0.52) 100%);
    color: #fff;
}


/*HEADER*/

header {
    background-image: url(../img/bg/bg_header.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: #fff;
    min-height: 842px;
}

.header_top {
    background-image: url(../img/bg/bg_footer.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(236, 166, 45, 0.46);
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0px;
    width: 100%;
}

.fb_iframe_widget {
    text-align: left;
    display: block!important
}

.pg-canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.logo {
    padding: 40px 0 0 75px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    font-family: "RobotoCondensedLight";
    font-size: 16px;
    letter-spacing: .5px;
}

a .logo {
    color: #ffffff;
}

.menu_small {
    display: none;
}

.menu {
    line-height: 60px;
}

.menu li {
    display: inline-block;
    margin-right: 23px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu a {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu a:hover {
    color: #909fd1;
    border-color: #909fd1;
}

.callback {
    text-align: right;
    margin-top: 5px;
}

.callback .phone {
    color: #eca62d;
    font-size: 24px;
    font-family: "RobotoCondensedBold";
    letter-spacing: 1px;
}

.callback .fancybox {
    color: #fff;
    border-bottom: 1px dashed #fff;
    letter-spacing: -.3px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.callback .fancybox:hover {
    color: #909fd1;
    border-color: #909fd1;
}

.header_main {
    padding: 90px 0;
    text-align: center;
    margin-top: 91px;
}

.header_main .btn {
    margin-top: 195px;
    border: 3px solid rgba(255, 255, 255, 0.26);
}


/*/HEADER*/
.video {
	height:650px;
	background:#2f3440;
	position:relative;
}
.video .head {
	padding:40px 0;
	color:#fff;
	font-weight:900;
	font-size:27px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.video .two {
	margin-top:20px;
}
.video .two .col:first-child {
	width:490px;
	display:inline-block;
	vertical-align:top;
}
.video .two .col p {
	color:#fff;
	font-size:18px;
	margin-bottom:25px;
}
.video .two .col:last-child {
	display:inline-block;
	float:right
}
.video:after {
	content:'';
	display:block;
	position:absolute;
	height:5px;
	width:100%;
	bottom:-5px;
	left:0px;
	z-index:100;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(40,40,40,0.6));
}



.wrap {
	width:1200px;
	margin: 0 auto;
}
.wrap-footer {
	bottom: 0;
}
.seminar_body .wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:37px;
	text-align:center;
	padding-top:60px;
	background:url(../img/flags.png) center 23px no-repeat;
	letter-spacing:0.5px;
}

@media only screen and (max-width: 1080px) {
  .video {height:auto;}
  .video .head {padding:20px 0}
  .video .two {margin-top:0px;}
  .video .two .col:first-child {display:block;width:100%;}
  .video .two .col:last-child {display:block;width:100%;float:none}
  .video .two .col:last-child iframe {width:100%;height: 500px;}
  .wrap {width:100%;padding:0 10px;box-sizing:border-box;}
  h1 {padding-top:50px;background:url(../img/flags.png) center 14px no-repeat;font-size: 33px;}
}

@media only screen and (max-width: 1023px) {
  .wrap {width:100%;padding:0 10px;box-sizing:border-box;}
  h1 {padding-top:50px;background:url(../img/flags.png) center 14px no-repeat;font-size: 33px;}
}

@media only screen and (max-width: 767px) {
  	h1 {font-size: 26px;}
  .video .two .col:last-child iframe {width:100%;height: 300px;}
  .seminar_body .wrap {display:block}
}
@media only screen and (max-width: 335px) {
  h1 {font-size: 23px;}
  .video .head{font-size:23px;}
}
/*HOW*/

.s_how {
    background-color: #242424;
    color: #fff;
    padding: 50px 0 30px;
}

.s_how h2 {
    color: #eca62d;
}

.s_how h2::before {
    background-color: #fff;
}

.s_how h3 {
    color: #fff;
    font-size: 34px;
    letter-spacing: 1px;
}

.s_how .wrap {
    margin-top: 50px;
}

.s_how .how {
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #191919;
    margin-bottom: 30px;
}

.s_how .how1 {
    background-image: url(../img/bg/bg_how1.png);
    height: 396px;
}

.s_how .how2 {
    background-image: url(../img/bg/bg_how2.png);
    height: 690px;
}

.s_how .how3 {
    background-image: url(../img/bg/bg_how3.png);
    height: 573px;
}

.s_how .how1 h3 {
    margin-top: 155px;
}

.s_how .how2 h3 {
    margin-top: 305px;
    margin-left: 35px;
}

.s_how .how3 h3 {
    margin-top: 235px;
}

.s_how .items {
    background-color: #242424;
    text-align: center;
    margin-left: -10px;
}

.s_how .how2 .items {
    margin-right: -10px;
}

.s_how .item {
    background-color: #323232;
    display: inline-block;
    vertical-align: top;
    padding-top: 110px;
    width: 186px;
    height: 224px;
    margin: 0 3px 8px;
    position: relative;
}

.s_how .item.w {
    width: 285px;
    height: 165px;
    padding-top: 100px;
}

.s_how .how3 .item {
    height: 200px;
}

.s_how .how3 .item.w {
    height: 165px;
}

.s_how .how3 .item.item_6.w,
.s_how .how3 .item.item_7.w {
    height: 192px;
}

.s_how .item::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 62px;
    background-repeat: no-repeat;
}

.s_how .how1 .item::before {
    background-image: url(../img/bg/bg_how1_items.png);
}

.s_how .how2 .item::before {
    background-image: url(../img/bg/bg_how2_items.png);
}

.s_how .how3 .item::before {
    background-image: url(../img/bg/bg_how3_items.png);
}

.s_how .item.item_1::before {
    background-position: 0 0;
}

.s_how .item.item_2::before {
    background-position: -100px 0;
}

.s_how .item.item_3::before {
    background-position: -200px 0;
}

.s_how .item.item_4::before {
    background-position: -300px 0;
}

.s_how .item.item_5::before {
    background-position: -400px 0;
}

.s_how .item.item_6::before {
    background-position: -500px 0;
}

.s_how .item.item_7::before {
    background-position: -600px 0;
}

.s_how .item.item_8::before {
    background-position: -700px 0;
}

.s_how .item.item_9::before {
    background-position: -800px 0;
}


/*/HOW*/


/*BG BLOCK*/

.bg_block {
    background-image: url(../img/bg/bg_block.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}


/*/BG BLOCK*/


/*SERTIFIED*/

.s_certified {
    padding: 80px 0 30px;
    position: relative;
}

.s_certified::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    width: 217px;
    height: 3px;
    background-color: #eca62d;
}

h2 span {
    text-transform: none;
}

span.red {
    color: #f00;
}

span.blue {
    color: #146893;
}

span.yellow {
    color: #ffd200;
}

span.green {
    color: #018a0e;
}

.s_certified .wrap {
    text-align: center;
}

.s_certified .item {
    display: inline-block;
    vertical-align: center;
    width: 237px;
    height: 253px;
    padding-top: 35px;
    font-size: 14px;
    line-height: 1.25em;
    background-repeat: no-repeat;
    position: relative;
    margin: 30px 55px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.30));
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.30));
    -ms-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.30));
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.s_certified .item:hover {
    filter: drop-shadow(0 0 30px rgba(236, 166, 45, 0.46));
    -webkit-filter: drop-shadow(0 0 30px rgba(236, 166, 45, 0.46));
    -ms-filter: drop-shadow(0 0 30px rgba(236, 166, 45, 0.46));
}

.s_certified .item::before {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 47px;
    background-repeat: no-repeat;
}

.s_certified .item.item_1 {}

.s_certified .item.item_1::before {
    background-position: 0 0;
    width: 96px;
    height: 96px;
    background-size: contain;
    margin-left: -48px;
}

.s_certified .item.item_2::before {
    background-position: -100px 0;
}


/*/SERTIFIED*/


/*RESULT*/

.s_result {
    padding: 65px 0 85px;
}

.s_result .wrap {
    margin-top: 55px;
    box-shadow: 0 0 28.5px 3.5px rgba(0, 0, 0, 0.06);
    padding: 5px 25px 20px;
    width: 100%;
    text-align: center;
    font-family: "RobotoCondensedBold";
    background-color: #fff;
}

.s_result table {
    width: 100%;
}

.s_result table tr span {
    font-size: 24px;
}

.s_result table .w {
    width: 55%;
    text-align: left;
    font-family: "RobotoCondensedRegular";
    padding: 0;
}

.s_result table tr {
    height: 62px;
}

.s_result table td {
    border: 1px solid #ebebeb;
    padding: 0 10px;
}

.s_result table td:first-child {
    border-left-color: transparent;
}

.s_result table td:last-child {
    border-right-color: transparent;
}

.s_result table tr:last-child td {
    border-bottom-color: transparent;
}


/*/RESULT*/


/*PROJECTS*/

.s_projects {
    padding: 75px 0 85px;
}

.s_projects h2 {
    color: #eca62d;
}

.s_projects .wrap {
    margin-top: 90px;
    position: relative;
}

.s_projects .carousel {
    padding-bottom: 95px;
}

.s_projects .item .img {
    float: left;
    width: 415px;
    height: 231px;
    padding-top: 15px;
    margin-left: 50px;
    text-align: center;
    background-image: url(../img/bg/bg_projects_site.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.img .img-wrapper {
    width: 295px;
    height: 183px;
    overflow: hidden;
    margin: 0 auto;
}
.s_projects .item .img img {
    width: 295px;
    height: auto;
}

.s_projects .item .result {
    background-image: url(../img/bg/bg_project_item.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 195px;
    width: 524px;
    /*margin-left: -10px;*/
    margin-top: 5px;
    float: left;
    padding: 20px 30px 25px 70px;
}

.s_projects .item .link {
    color: #eca62d;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
    border-bottom: 2px dashed #eca62d;
    display: inline-block;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    margin-bottom: 15px;
}


/*
.s_projects .item .link:hover{
	color: #909fd1;
    border-color: #909fd1;
}*/

.s_projects .item h3 {
    font-size: 24px;
    text-transform: none;
    font-family: "RobotoCondensedRegular";
    margin-top: 15px;
}

.s_projects .item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 0px;
}

.s_projects .item ul {
    font-size: 15px;
    margin-top: 5px;
}

.s_projects .item li {
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
    text-align: left;
    list-style: disc;
}

.s_projects .item li .number {
    position: absolute;
    top: 0;
    left: 0;
}


/*/PROJECTS*/


/*FORM*/

.s_form.form1 {
    background-image: url(../img/bg/bg_form1.png);
    padding: 70px 0 85px;
}

.s_form.form2 {
    background-image: url(../img/bg/bg_form2.png);
    padding: 50px 0 66px;
}

.s_form {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.s_form h2 {
    color: #fff;
}

.s_form form {
    margin-top: 50px;
}


/*/FORM*/


/*AUDIT*/

.s_audit {
    padding: 50px 0 75px;
    background-color: #eca62d;
    background-image: linear-gradient(-3deg, #eca62d 0%, #f4bb57 100%);
    color: #fff;
    text-align: center;
}

.s_audit h2 {
    color: #242424;
}

.s_audit h2 span {
    display: block;
    margin-top: 5px;
    color: #fff;
}

.s_audit .wrap {
    margin: 50px auto 15px;
    max-width: 910px
}

.s_audit .left,
.s_audit .right {
    height: 215px;
    padding: 25px 65px;
    position: relative;
}

.s_audit .left {
    background-color: #fff;
    color: #242424;
    text-align: right;
    padding-right: 150px;
}

.s_audit .right {
    background-color: #242424;
    text-align: left;
}

.s_audit .left::before {
    content: '';
    position: absolute;
    top: 25px;
    right: -45px;
    border: 15px solid transparent;
    border-left: 30px solid #fff;
    z-index: 3;
}

.s_audit .left p {
    margin: 15px 0 40px;
    letter-spacing: 1px;
}

.s_audit .left span {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 170px;
    line-height: 1em;
    font-family: "RobotoCondensedBold";
    color: #eca62d;
}

.s_audit .right p {
    margin: 0;
}

.s_audit .right ul {
    margin-top: 25px;
    margin-left: 5px;
}

.s_audit .right li {
    padding-left: 30px;
    margin: 0 0 20px;
    text-transform: uppercase;
    background-image: url(../img/bg/bg_audit_marker.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.s_audit form {
    margin-top: 60px;
}

.s_audit input.btn {
    padding: 0 10px;
}


/*/AUDIT*/


/*SERVICES*/

.s_services {
    background-color: #242424;
    padding: 60px 0;
    color: #fff;
}

.s_services h2 {
    color: #eca62d;
}

.s_services h2::before {
    background-color: #fff;
}

.s_services .bg {
    margin-top: 60px;
    background-color: #191919;
}

.s_services .wrap {
    text-align: center;
    background-color: #242424;
    margin: 0 -10px;
    padding: 0 10px;
}

.s_services .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    width: 240px;
    height: 190px;
    background-color: #323232;
    padding-top: 125px;
    position: relative;
}

.s_services .item.w {
    width: 325px;
    height: 150px;
    margin: 0 2px 10px;
    padding-top: 110px;
}

.s_services .item::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 70px;
    background-image: url(../img/bg/bg_services_items.png);
    background-repeat: no-repeat;
}

.s_services .item.item_1::before {
    background-position: 0 0;
}

.s_services .item.item_2::before {
    background-position: -100px 0;
}

.s_services .item.item_3::before {
    background-position: -200px 0;
}

.s_services .item.item_4::before {
    background-position: -300px 0;
}

.s_services .item.item_5::before {
    background-position: -400px 0;
}

.s_services .item.item_6::before {
    background-position: -500px 0;
}

.s_services .item.item_7::before {
    background-position: -600px 0;
}


/*/SERVICES*/


/*TRUST*/

.s_trust {
    padding: 65px 0 95px;
}

.s_trust h2 {
    color: #eca62d;
}

.s_trust .wrap {
    margin-top: 20px;
    text-align: center;
}

.s_trust .item {
    width: 165px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    margin-left: -4px;
}

.s_trust .item img {
    max-width: 100%;
    opacity: 0;
}


/*/TRUST*/


/*CONTACTS*/

.s_contacts {
    position: relative;
}

.s_contacts .wrap {
    background-color: #fff;
    position: relative;
    z-index: 1;
    max-width: 378px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 35.3px 7.7px rgba(0, 0, 0, 0.07);
    padding: 35px 20px 20px;
    margin-top: 160px;
}

.s_contacts h2 {
    font-size: 24px;
    padding-bottom: 15px;
}

.s_contacts h2::before {
    width: 133px;
    margin-left: -62px;
    background-color: #eca62d;
}

.s_contacts ul {
    margin: 30px 0;
}

.s_contacts li {
    padding: 5px 0 5px 35px;
    margin-bottom: 10px;
    position: relative;
}

.s_contacts li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/bg/bg_contacts_icons.png);
    background-repeat: no-repeat;
}

.s_contacts .phone::before {
    background-position: 0 0;
}

.s_contacts .mail::before {
    background-position: -20px 0;
}

.s_contacts .location::before {
    background-position: -40px 0;
}

.s_contacts .time::before {
    background-position: -60px 0;
}

.s_contacts .border {
    width: 196px;
    height: 1px;
    background-color: #ebebeb;
    margin: 0 auto;
}

.s_contacts .social {
    margin-top: 15px;
    text-align: center;
}

.s_contacts .social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    /*background-image: url(../img/bg/bg_social_items.png);*/
    margin: 0 5px;
}

.s_contacts .social a.fb {
    background-image: url(../img/facebook.svg);
    background-size: contain;
}

.s_contacts .social a.vk {
    background-image: url(../img/vk.svg);
    background-size: contain;
}

.s_contacts .social a.you {
    background-image: url(../img/youtube.svg);
    background-size: contain;
}

.s_contacts .social a.inst {
    background-image: url(../img/instagram.svg);
    background-size: contain;
}

.s_contacts,
#map {
    height: 710px;
}

#map {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*/CONTACTS*/


/*FOOTER*/

.footer_top {
    background-image: url(../img/bg/bg_footer.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 10px 0;
    color: #fff;
}

.footer_bottom {
    background-color: #121212;
    padding: 5px 0;
}

.footer_bottom .landing {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    font-family: "RobotoCondensedLight";
    color: #fff;
    letter-spacing: .3px;
}

.footer_bottom .landing a {
    background-image: url(../img/bg/bg_landing_logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #eca62d;
    display: inline-block;
    padding-left: 20px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer_bottom .landing a:hover {
    color: #fff;
}


/*/FOOTER*/


/*CAROUSEL CONTROLS*/

.owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.owl-controls .owl-page {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #cecece;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-controls .owl-page:hover {
    background-color: #909fd1;
    border-color: #909fd1;
    opacity: .8;
}

.owl-controls .owl-page.active {
    background-color: #eca62d;
    border-color: transparent;
}


/*/CAROUSEL CONTROLS*/


/*CAROUSEL BUTTON*/

.next_button,
.prev_button {
    background-image: url(../img/bg/bg_projects_arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 17px;
    height: 26px;
    z-index: 9;
}

.prev_button {
    background-position: 0 0;
    left: 50%;
    margin-left: -150px;
}

.next_button {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 50%;
    margin-right: -150px;
}

.prev_button:hover {
    background-position: -17px 0;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.next_button:hover {
    background-position: -17px 0;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


/*/CAROUSEL BUTTON*/


/*POPUP*/

.fancybox-skin {
    padding: 0 !important;
    border-radius: 10px;
}

.fancybox-close {
    top: 15px;
    right: 15px;
}

.fancybox-close {
    background-image: url(../img/bg/bg_popup_close.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 38px;
    height: 38px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fancybox-close:hover {
    background-image: url(../img/bg/bg_popup_close_hover.png);
}

.fancybox-overlay {
    background: none;
    background-color: rgba(236, 166, 45, .3);
}

.popup {
    background-color: #242424;
    background-image: none;
    text-align: center;
    padding: 70px 30px;
    color: #333;
    border-radius: 10px;
    width: 410px;
    color: #fff;
}

.popup h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2em;
    letter-spacing: 0;
}

.popup h2 span {
    font-size: 30px;
    display: block;
    color: #eca62d;
    text-transform: uppercase;
}

.popup form {
    background-image: none;
}

.popup input:not(.btn) {
    display: block;
    margin: 0 auto 20px;
    max-width: 350px;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #242424;
}

.popup input.btn {
    max-width: 350px;
    width: 100%;
    margin-top: 10px;
    height: 55px;
    font-size: 22px;
}

.popup .security {
    text-align: left;
    display: inline-block;
    background-image: url(../img/bg/bg_icons_security.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
    font-size: 16px;
    margin: 20px 0 0;
}

#thanks h2 {
    margin-bottom: 25px;
}

#thanks p {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "RobotoCondensedRegular";
}


/*/POPUP*/


/*MENU SMALL*/

.c-hamburger {
    display: block;
    position: relative;
    float: right;
    width: 35px;
    height: 20px;
    font-size: 0;
    margin: 10px 0 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 999;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #eca62d;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #eca62d;
    content: "";
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--htx {
    background-color: transparent;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}


/*/MENU SMALL*/
