html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
    outline: 0;
}

html {
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

img {
    max-width: 100%;
}

#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}

.container {
    max-width: 100%;
    min-width: 320px;
}

.wrap {
    margin: 0 auto;
    max-width: 1220px;
    min-width: 290px;
    padding: 0 15px;
}

.dflex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_row {
    background: #000;
    border-bottom: 2px solid #03a9f4;
}

.header_wrap.wrap {
    max-width: 1370px;
}

.header_wrap, .header_leftside {
    -ms-align-items: center;
    align-items: center;
}

.header_wrap {
    justify-content: space-between;
}

.logo img {
    width: 105px;
}

.main_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 25px;
}

.menu_link {
    background: rgba(0,0,0,0);
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 15px 16px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.menu_link:hover {
    background: #03a9f4;
    color: #fff;
}

.header_rightside {
    -ms-align-items: center;
    align-items: center;
}

.menu_mobile-link {
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
}

.menu_mobile-link span,
.menu_mobile-link span:before,
.menu_mobile-link span:after {
    background-color: #fff;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.menu_mobile-link span:before,
.menu_mobile-link span:after {
    display: block;
    content: '';
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.menu_mobile-link span:before {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.menu_mobile-link span:after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.menu_mobile-link.active span {
    height: 0;
}

.menu_mobile-link.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_mobile-link.active span:after {
     -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_mobile {
    display: none;
    margin-right: 20px; 
}

.menu_mobile a {
    color: #fff;
    font-size: 24px;
}

.header_contact-link {
    border: 2px solid #03a9f4;
    border-radius: 25px;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header_contact-link:hover {
    background: #03a9f4;
}

.main_slider {
    height: calc(100vh - 58px);
}

.main_slider-wrap {
    height: calc(100vh - 58px);
}

.main_slider-img1 {
    background: url(../img/cloud-banner.jpg) no-repeat;
}

.main_slider-img4 {
    background: url(../img/hero-banner.jpg) no-repeat;
}

.main_slider-img1, .main_slider-img4 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 58px);
    width: 100%;
}

.slide_video {
    position: fixed;
    right: 0;
    bottom: -58px;
    min-width: 100%;
    min-height: 100%;
}

.main_slider-text {
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
}

.main_slider-content {
    padding: 0 30px;
}

.main_slider-text-left {
    left: 0;
}

.main_slider-text.blue {
    background: rgba(3,169,244, .75);
    color: #fff;
}

.main_slider-text.white {
    background: rgba(255,255,255, .75);
}

.slider_title {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
}

.slider_subtitle {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.slider_btn {
    background: #03a9f4;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.211);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,.13);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.owl-theme.main_slider .owl-nav.disabled + .owl-dots {
    bottom: 40px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .25);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.second_slider {
    margin-top: 5px;
}

.second_slider-img1 {
    background: url(../img/section-2-slide-1.jpg) no-repeat;
}

.second_slider-img2 {
    background: url(../img/enmesh-app.jpg) no-repeat;
}

.second_slider-img3 {
    background: url(../img/ez-wifi.jpg) no-repeat;
}

.second_slider-img1, .second_slider-img2, .second_slider-img3 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 425px;
    width: 100%;
}

.second_slider-content {
    color: #fff;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    padding-left: 50%;
    position: absolute;
    width: 425px;
}

.second_slider-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.second_slider-subtitle {
    line-height: 1.6;
    margin-bottom: 15px;
}

.second_slider-subtitle p {
    margin-bottom: 15px;
}

.owl-theme.second_slider .owl-nav.disabled + .owl-dots {
    bottom: 40px;
    margin: 0;
    padding-left: 25%;
    position: absolute;
    width: 75%;
}

.second_slider-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    width: 100px;
}

.second_slider-btn:hover {
    background: rgba(3,169,244,.6);
}

.device_wrap, .featured_wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 320px);
    justify-content: center;
}

.device_wrap {
    padding: 80px 0;
}

.device_single, .featured_single {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    flex-flow: column nowrap;
}

.device_single:hover, .featured_single:hover {
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,.5);
}

.device1 {
    background: url(../img/indoor-ap.jpg) no-repeat;
}

.device2 {
    background: url(../img/outdoor-ap.jpg) no-repeat;
}

.device3 {
    background: url(../img/switch.jpg) no-repeat;
}

.device_img {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 240px;
}

.device_text {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .1px;
    padding: 20px;
    text-align: center;
}

.device_link {
    margin-bottom: 35px;
    text-align: center;
}

.device_link a {
    color: #03a9f4;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.device_link a:hover {
    border-bottom: 2px solid #03a9f4;
}

.featured_bg {
    background-color: #eee;
    padding: 80px 0;
}

.featured_title {
    color: #3a3a3a;
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
}

.featured_title_head {
    color: #03a9f4;
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 20px;
	margin-top: 20px;
    text-align: center;
}

.featured_single {
    background: #fff;
    padding: 40px 15px;
    text-align: center;
}

.featured_single-img {
    margin-bottom: 5px;
}

.featured_single-img img {
    transition-duration: .3s;
    width: 25%;
}

.featured_single-img img:hover {
    transform: scale(1.1);
}

.featured_single-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .5px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.featured_single-text {
    color: #707070;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
}

.featured_single-btn a {
    border: 1px solid #03a9f4;
    border-radius: 4px;
    color: #03a9f4;
    display: inline-block;
    font-weight: 500;
    padding: 14px 24px 12px;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-transform: capitalize;
}

.featured_single-btn a i {
    font-size: 12px;
    margin-left: 5px;
}

.featured_single-btn a:hover {
    color: #fff;
    background-color: #03a9f4;
}

.form_wrap {
    padding-top: 80px;
}

#configurator {
    margin-bottom: 80px;
    margin-top: 40px;
}

.form_step {
    background-color: #fff;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    color: #333;
    display: none;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 1170px;
    padding: 24px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form_step.form_submit {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form_step:not(.form_submit):hover, .form_step.active {
    border: 2px solid #03a9f4;
}

.form_step-question {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px;
}

.form_step-subtitle {
    line-height: 21px;
    margin-bottom: 10px;
}

.form_step-question, .form_step-answer, .form_step-subtitle {
    text-align: center;
}

.form_step:first-child {
    display: block;
}

.form_submit {
    text-align: center;
}

.form_step-answer {
    justify-content: center;
}

.form_group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.form_step-answer .form_group:not(:last-child) {
    margin-right: 30px;
}

.form_area-row {
    -ms-align-items: center;
    align-items: center;
    flex-flow: column nowrap;
    margin-top: 25px;
}

.form_group-area {
    -ms-align-items: center;
    align-items: center;
}

.form_group-area:first-child {
    margin-bottom: 25px;
}

.form_group-area label {
    margin-right: 10px;
}

.form_group input[type="text"], .form_group-area input, .form_group input[type="number"] {
    background-color: #f5f5f5;
    border: none;
    border-radius: 4rem;
    -webkit-box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, .08) inset;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, .08) inset;
    height: 2.8rem;
    line-height: 2.8rem;
    margin-top: .4rem;
    padding: 0 .8rem;
}

.form_group input[type="text"]:focus, .form_group-area input:focus {
    -webkit-box-shadow: 0 0 0 2px #03a9f4;
    box-shadow: 0 0 0 2px #03a9f4;
}

.form_module-row {
    -ms-align-items: center;
    align-items: center;
}

.form_group-module {
    margin-bottom: 25px;
}

.form_group-module-check {
    margin-right: 20px;
    text-align: left;
    width: 290px;
}

.form_group-module input[type="number"] {
    background-color: #f5f5f5;
    border: none;
    border-radius: 4rem;
    -webkit-box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, .08) inset;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, .08) inset;
    height: 2.8rem;
    line-height: 2.8rem;
    margin-top: .4rem;
    padding: 0 .8rem;
}

.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio + label {
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 0 35px;
    position: relative;
}

.radio + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.radio + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #03a9f4;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}

.checkbox + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}

.checkbox:checked + label:before {
    background: #03a9f4;
}

.checkbox:checked + label:after {
    left: 26px;
}

.checkbox:focus + label:before {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}

.form_submit input {
    background: none;
    border: 1px solid #03A9F4;
    border-radius: 4rem;
    color: #03A9F4;
    cursor: pointer;
    font-size: 21px;
    height: 58px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 290px;
}

.form_submit input:hover {
    background: #03A9F4;
    border-color: #03A9F4;
    color: #fff;
}

.result_title h1 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-align: center;
}

.result_title p, .result_form-subtitle {
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

#result {
    margin: 0 auto;
    max-width: 1170px;
}

#result_table {
    display: none;
    margin: 0 auto;
    max-width: 1170px;
}

#result_table .device {
    border: 1px solid #03a9f4;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr 150px 1fr;
}

#result_table .device div {
    border: 1px solid #03a9f4;
    padding: 10px 15px;
}

#result_table .price {
    text-align: right;
}

.outdoor_block {
    display: none;
}

.result_total {
    border: 2px solid #03a9f4;
    border-top: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    justify-content: space-between;
    margin-top: -1px;
}

.result_total > div {
    padding: 10px 15px;
}

.result_form {
    text-align: center;
}

.result_form-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0;
}

#consult_form {
    margin-top: 40px;
}

#consult_form input, #consult_form textarea {
    background-color: #f5f5f5;
    border: none;
    -webkit-box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, .08) inset;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0, 0, 0, .08) inset;
    margin-bottom: 25px;
    margin-top: .4rem;
    width: 300px;
}

#consult_form input {
    border-radius: 4rem;
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1rem;
}

#consult_form textarea {
    border-radius: 25px;
    font-family: inherit;
    padding: 1rem;
}

#consult_form .consult_submit {
    background: none;
    border: 1px solid #03a9f4;
    border-radius: 4rem;
    color: #03A9F4;
    cursor: pointer;
    font-size: 21px;
    height: 58px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 290px;
}

#consult_form .consult_submit:hover {
    background: #03a9f4;
    border-color: #03a9f4;
    color: #fff;
}

.consult_thanks {
    color: #03a9f4;
    display: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.contact_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 20px;
    max-width: 1190px;
}

.contact_wrap:not(:last-child) {
    border-bottom: 1px solid  #bdbdbd;
}

.contact_text {
    flex-flow: column nowrap;
    justify-content: center;
}

.contact_title {
    font-size: 36px;
    margin-bottom: 10px;
}

.contact_subtitle {
    color: #03a9f4;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 35px;
}

.contact_email p:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact_email p a {
    color: inherit;
    text-decoration: none;
}

.contact_img {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.contact_img img {
    max-width: 400px;
}

.video_wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 490px);
    justify-content: center;
    padding: 80px 0;
}

.video {
    margin-bottom: 10px;
}

.video iframe {
    border: unset;
    height: 300px;
    width: 100%;
}

.video_title {
    margin-bottom: 15px;
    
}

.video_title a  {
    color: rgba(3,169,244,.8);
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video_title img {
    margin-left: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 16px;
}

.video_title a:hover img {
    margin-left: 16px
}

.subscribe_bg {
    background: #444;
    color: #fff;
    padding: 40px 0 50px;
    text-align: center;
}

.subscribe_title {
    font-size: 20px;
    letter-spacing: .2px;
    margin-bottom: 25px;
}

.subscribe_btn a {
    background: #03a9f4;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.subscribe_btn a:hover {
    background: #0063a5;
}

.foo_bg {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

.social_block {
    -ms-align-items: center;
    align-items: center;
}

.social_list {
    margin-left: 10px;
}

.social_item {
    margin-right: 10px;
}

.social_link {
    -ms-align-items: center;
    align-items: center;
    background-color: rgba(255,255,255,.71);
    border-radius: 50%;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 30px;
}

.social_link:hover {
    color: #fff;
    background-color: #03a7f2;
}

@media screen and (min-width: 1600px) {
    .second_slider-content {
        padding-left: 34%;
    }

    .device_wrap, .featured_wrap {
        grid-template-columns: repeat(3, 385px);
    }

    .featured_single {
        padding: 40px 25px;
    }
}

@media screen and (max-width: 1440px) {
    .main_slider {
        height: auto;
    }

    .slide_video {
        bottom: 0;
    }
}

@media screen and (max-width: 1240px) {
    .main_slider-wrap {
        height: 70vh;
    }

    .slide_video {
        height: auto;
        position: relative;
        top: 0;
    }

    #configurator {
        margin: 80px 20px 40px;
    }
}

@media screen and (max-width: 1024px) {
    .device_wrap, .featured_wrap, .video_wrap {
        grid-template-columns: 1fr;
    }

    .device_single, .single_video {
        margin: 0 auto;
        max-width: 540px;
        width: 100%;
    }

    .featured_single {
        margin: 0 auto;
        width: 510px;
    }

    .video iframe {
        width: 540px;
    }
}

@media screen and (max-width: 992px) {
    .main_slider-wrap {
        height: 50vh;
    }

    .slider_title {
        font-size: 32px;
    }

    .owl-theme.main_slider .owl-nav.disabled + .owl-dots {
        bottom: 20px;
    }

    .main_slider-text {
        width: 400px;
    }

    .second_slider-content {
        padding-left: 40%;
    }
}

@media screen and (max-width: 900px) {
    .contact_title {
        font-size: 24px;
    }

    .contact_subtitle {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .contact_img img {
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .owl-theme.main_slider .owl-nav.disabled + .owl-dots {
        bottom: 10px;
    }

    .second_slider-content {
        padding-left: 30%;
    }

    .contact_wrap {
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
        max-width: 540px;
    }

    .social_block {
        justify-content: center;
    }

    #result_table .device {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row wrap;
    }

    #result_table .device div {
        padding: 10px 5px;
    }

    #result_table .device div:nth-child(5n+1), #result_table .device div:nth-child(5n+2) {
        width: 100%;
    }

    #result_table .device div:nth-child(5n+3), #result_table .device div:nth-child(5n+4), #result_table .device div:nth-child(5n) {
        text-align: center;
        width: calc(33.33% - 12px);
    }
}

@media screen and (max-width: 700px) {
    .main_slider-wrap {
        display: none;
    }

    .main_slider-text {
        height: 250px;
        position: relative;
        width: 100%;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #000;
    }
}

@media screen and (max-width: 650px) {
    .second_slider-content {
        padding-left: 0;
        width: 100%;
    }

    .second_slider-img1, .second_slider-img2 {
        background: #004383;
    }

    .second_slider-img3 {
        background: #4ab8b7;
    }

    .second_slider-img1, .second_slider-img2, .second_slider-img3 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        height: 400px;
        justify-content: center;
    }

    .second_slider-content {
        position: relative;
    }

    .owl-theme.second_slider .owl-nav.disabled + .owl-dots {
        bottom: 10px;
        padding-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .header_wrap {
        padding: 15px;
    }

    .menu_block {
        position: absolute;
        right: 140px;
        -webkit-transform: translateY(-168px);
        -ms-transform: translateY(-168px);
        -o-transform: translateY(-168px);
        transform: translateY(-168px);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 111;
    }

    .menu_block.active {
        background: #000;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: 72px;
    }

    .main_menu {
        flex-flow: column nowrap;
        margin-left: 0;
        text-align: center;
    }

    .menu_mobile {
        display: block;
    }

    .device_wrap, .featured_bg, .video_wrap {
        padding: 40px 0;
    }

    .form_wrap {
        padding-top: 40px;
    }

    .device_single {
        width: 320px;
    }

    .device_text {
        line-height: 1.2;
    }

    .featured_single {
        width: 290px;
    }

    #configurator {
        margin: 40px 20px;
    }

    .single_video {
        margin: 0 auto;
        text-align: center;
    }

    .video iframe {
        height: 200px;
        width: 320px;
    }
}

@media screen and (max-width: 575px) {
    .main_slider-text {
        height: 340px;
    }

    .main_slider-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        height: 100%;
        flex-flow: column nowrap;
        justify-content: center;
        padding: 0 15px;
    }

    .slider_title {
        font-size: 24px;
    }

    .slider_subtitle {
        margin-bottom: 20px;
    }

    .slider_btn {
        max-width: 150px;
    }

    .form_group-area, .form_module-row {
        flex-flow: column nowrap;
    }

    .form_group-area label {
        display: block;
    }

    .form_group-module-check {
        margin-right: 0;
    }

    .contact_img img {
        max-width: 100%;
    }

    .subscribe_bg, .foo_bg {
        padding: 30px 0;
    }

    .social_block {
        flex-flow: column nowrap;
    }

    .social_block > div:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 359.9px) {
    #configurator {
        margin: 40px 0;
    }

    #consult_form input {
        width: 250px;
    }

    .video iframe {
        width: 300px;
    }

    .contact_wrap {
        padding: 30px 10px;
    }

    .result_total {
        flex-flow: column nowrap;
    }
}