/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #2e2f33
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */
* {
    outline: none !important;
}

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.nav-primary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.clearfix:after,
.nav-primary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 18px;
    direction: rtl;
}
body {
    background-color: #fff;
    color: #333333;
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #2e2f33;
    color: #fff;
}

::selection {
    background-color: #2e2f33;
    color: #fff;
}

a {
    color: #13afdf;
    text-decoration: none;
}

a:hover {
    color: #2e2f33;
}
a.btn:hover {
    color: #fff;
}
p {
    margin: 0 0 10px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;

}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.1111111111rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9444444444rem;
}

h6 {
    font-size: 0.8888888888rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.gallery img {
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: transparent;
    box-shadow: none;
    color: #2e2f33;
    line-height: 40px;
    height: 40px;
    padding: 15px 0;
    width: 100%;
    border: none;
    border-bottom: 2px solid #000000;
    text-align: right;
    font-weight: bold;
    font-size: 1.125rem;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #2e2f33;
    opacity: 1;
    font-weight: bold
}

::-webkit-input-placeholder {
    color: #2e2f33;
    font-weight: bold
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #2e2f33;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    outline: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #13afdf;
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 300;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1140px;
}

.site-inner {
    background-color: #fff;
    clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Titles
--------------------------------------------- */

.page-title {
    color: #0;
    padding: 0 20px;
    text-align: center;
}

.entry-title {
    font-size: 2rem;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #13afdf;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.site-header .wrap {
    min-height: 100px;
}

.bumper {
    min-height: 100px;
}

.site-header .wrap {
    padding: 20px;
    max-width: 100%;
}

.site-header,
.site-header .wrap,
.site-description {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0;
    width: 360px;
}

.site-title {
    font-family: 'Spinnaker', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    color: #fff;
    float: right;
    text-align: right;
    padding-top: 10px;
    width: 540px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
    color: #fff;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 60px;
    padding: 0 40px;
}

.shrink .site-title {
    font-size: 2rem;
}

.header-image .shrink .site-title {
    padding: 0;
}

.header-image .shrink .site-title > a {
    min-height: 60px;
}

.shrink .site-title a {
    background-size: 270px 60px !important;
}

.site-header.shrink .widget-area {
    padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    -webkit-font-smoothing: subpixel-antialiased;
    clear: both;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu li a {
    color: #fff;
    display: block;
    padding: 10px 15px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.genesis-nav-menu .sub-menu {
    background-color: #13afdf;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
}

.genesis-nav-menu > .right > a {
    display: inline-block;
}

.genesis-nav-menu > .date {
    padding: 22px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
    font-size: 14px;
    padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: relative;
    z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
    background-color: #2e2f33;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
    cursor: pointer;
    display: none;
    text-align: center;
}

#responsive-menu-icon::before {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\f333";
    font: normal 20px/1 'dashicons';
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #2e2f33;
    color: #959595;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
}
/*
.not-valid-tip{
    display: none;
    position: absolute;
    width: 80%;
    background-color: #f8f8f8;
    cursor: pointer;
    color: #f00;
    font-size: 0.95rem !important;
    text-align: center;
    z-index: 99;
    top: 0;
    height: 98%;
    line-height: 40px;
    cursor: pointer;
}*/
.top-form .not-valid-tip{
	 right: 17%;
}
.not-valid-tip {
    display: none;
    position: absolute;
    width: 75%;
    background-color: rgba(255,255,255,0.6);
    cursor: pointer;
    color: #f00;
    font-size: 1rem !important;
    text-align: -webkit-auto;
    z-index: 99;
    top: 0;
    height: 98%;
    line-height: 40px;
    cursor: pointer;
    right: 10%;
    font-weight: 600;
    padding: 0 60px 0 0;
}
.error-tip .not-valid-tip{
    display: block;
}
.contact-form label{
    position: relative;
}
.error-border {
    border-bottom: 2px solid red !important;
}

.site-footer,
.site-footer a {
    color: #959595;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}

.image-404 {
    position: relative;
}

.image-404 .span-404 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #f7542b;
    font-size: 2rem;
}

.image-404 img {
    width: 100%;
}

.page404-background {
    text-align: center;
}

.image-404.thank .span-404 {
    transform: translate(-50%, -50%);
    top: 35%;
    bottom: auto;
    font-size: 2rem;
}

.image-404.thank {
    height: 100%;
    position: absolute;
    width: 100%;
}

.btn:hover {
    background-color: #f6a437;

}

.btn {
    position: relative;
    display: inline-block;
    background-color: #f6852a;
    padding: 0px 20px;
    color: #fff;
    line-height: 2;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: none;
    border-radius: 8px;
    top: 40%;
    font-weight: bold;
    min-width: 200px;
    box-shadow: #f6852a 6px 6px 24px -4px;
}

.header .phone {
    float: left;
}

.menu,
.site-logo {
    float: right;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    padding: 8px 0;
    z-index: 10000000000000000;
}

.menu li a {
    font-size: 1.25rem;
    color: #333333;
    font-weight: 600;
    line-height: 1.4;
}

.header .phone a i {
    font-size: 2rem;
    vertical-align: middle;
    float: left;
}

.header .phone a {
    font-size: 1.5rem;
    font-weight: 900;
    color: #f6852a;
}

.header .phone,
.menu li {
    display: inline-block;
    padding: 30px 10px;
}

.menu {
    padding-right: 30px;
}

.header .phone {
    padding-left: 0;
}

.yellow-color {
    color: #f6852a;
}

.first-section-banner h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
    line-height: 1;
}

.title-container {
    width: 52%;
    text-align: center;
}

.first-section-banner h1.big {
    font-size: 3.8rem;
}
/*.first-section-banner h1.small {*/
    /*font-size: 2.5rem;*/
/*}*/
.first-section-banner h1 {
    /*font-size: 3.275rem;*/
    margin-bottom: 0;
    line-height: 1;

}

.first-section-banner {
    background-image: url("../images/first.jpg");
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    text-align: right;
}

.contact-form-after-banner {
    padding: 40px 0;
}

.title-little {
    font-size: 1.8rem;
    line-height: 1;

}

.title-medium {
    font-size: 2.15rem;
    line-height: 1;
}

.title-big {
    font-size: 2.5rem;
    line-height: 1;
}

.one-half-eq {
    float: right;
    width: 50%;
}
.top-form .contact-form label {
    margin: 15px 0;
    display: block;
    width: 70%;
    float: right;
}
.top-form label.form-header-submit {
    width: 30% !important;
    float: left;
    display: block;
}
.contact-form label {
    margin: 30px 0;
    display: block;
}
.contact-form label:first-child{
	margin-top: 0;
}
.contact-form input {
    width: 70%;
    float: right;
    margin: 0 5% 0 0;
}

.contact-form img {
    float: right;
}

.video-section {
    padding: 30px 0;
    background-image: url("../images/backgroung.jpg");
    background-size: cover;

}

.overlay-youtube-container {
    position: relative;
}
.overlay-youtube-container video{
    background-color: #000;
    width: 100%;
}
.overlay-youtube img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.overlay-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-size: cover;
    background-position: center;
}

.hidden {
    display: none;
}

/*.video-section h2 {
    font-size: 2.5rem;
    max-width: 430px;
    width: 100%;
    float: right;
}*/
.video-section h2 {
    font-size: 2rem;
    /* max-width: 430px; */
    width: 100%;
    float: right;
}
/*.video-section p {
    clear: both;
    font-weight: 600;
}*/
.video-section p {
    clear: both;
    font-size: 1.2rem;
    line-height: 1.3;
}

.vertical-center {
    margin-top: 2%;
}

.advantages {
    background-image: url(../images/backgroung.png);
    padding: 25px 0 100px;
    background-position: center bottom;
    background-size: cover;
}

.advantages-container .one-half  h2 {
    font-size:  1.8rem;
}
.ytp-watch-later-button{
    display : none !important;
}
.ytp-share-button {
    display: none !important;
}
.advantages-container h2 {
    font-size:  2.1rem;

    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.advantages-container p {
    max-width: 320px;
    margin: 0 auto;
}

.advantages-container img {
    margin-bottom: 20px;
    margin-top: 15px;
}

.advantages-container {
    border-radius: 55px;
    position: relative;
    text-align: center;
    background-image: url('../images/backgroung2.png');
    background-color: #fff;
    padding: 25px 0 420px;
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;

}

.absolute-btn {
    position: absolute;
    bottom: 70px;
    right: 170px;
    top: auto;
}

p {
    font-weight: 500;
	font-size: 1.2rem;
    line-height: 1.3;
}

.about {
    padding: 50px 0;
}

.about img {
    margin: 0 auto;
    display: block;
}

.about h2 {
    margin-top: 20%;
}

.menu li {
    float: right;
}

.testimonials .slider-inner {
    background: rgba(256, 256, 256, 0.6);
    border-radius: 50px;
    padding: 25px 0 70px;
}
.testimonials img {
    margin: 0 auto;
    border-radius: 50%;
}
.testimonials h2 {
    margin: 25px 0;
    font-size: 2.5rem;
}

.testimonials p {
    max-width: 660px;
    font-size: 1.5rem;
    margin: 30px auto;

}

.slick-dots {
    bottom: 30px !important;
}

.slick-dots li.slick-active button:before {
    color: #f6852a !important;

}

.slick-dots li button:before {
    color: #0078c8 !important;
    opacity: 1 !important;
    font-size: 9px !important;

}

.testimonials {
    text-align: center;
    padding: 0 0 10px;
    background-image: url("../images/testimonials-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
}

.contact-footer {
    color: #fff;
    background-position: center top;
    padding: 35px 0 10px;
    background-size: cover;
    background-image: url("../images/no-name-dantist.jpg");
}

.contact-footer input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.contact-footer input::-webkit-input-placeholder {
    color: #fff;
}

.contact-footer input {
    border-bottom: 2px solid #fff;
    color: #fff;

}

.slick-next:before {
    font-size: 5.875rem !important;
    color: #000 !important;
    font-family: 'Arial Black', sans-serif !important;
    content: '«' !important;

}

.slick-next {
    right: 35px !important;
}

.slick-prev {
    left: 70px !important;
}

.slick-prev, .slick-next {
    z-index: 2000000000;
}

.slick-prev:before {
    font-size: 5.875rem !important;
    color: #000 !important;

    font-family: 'Arial Black', sans-serif !important;
    content: '»' !important;


}
.contact-footer .title-big a{
    color: #fff;

}
.title-big a {
    color: #f6852a;
}
.testimonials .slider-inner{
    float: right;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

    .wrap {
        max-width: 1140px;
    }

}

@media only screen and (max-width: 1220px) {
    .header .phone, .menu li {
        padding: 30px 6px;

    }
    .vertical-center {
        margin-top: 7%;
    }
    /*.overlay-youtube-container video{*/
        /*height: 432px;*/
    /*}*/
	.wrap {
		max-width: 1023px;
		padding: 0 20px;
	}
	html{
		font-size: 13px;
	}

    .contact-form label {
        margin: 15px 0;
	}
}

@media only screen and (max-width: 1023px) {
    .title-container {
        width: 390px;
    }
    .menu {
        display: none;
    }
    /*.overlay-youtube-container video{*/
        /*height: 330px;*/
    /*}*/
    .wrap {
        max-width: 782px;
    }

    .site-header .widget-area,
    .title-area {
        width: 100%;
    }



    .site-header .wrap {
        padding: 20px 5% 0;
    }

    .site-header.shrink .wrap {
        padding: 0px 5%;
    }

    .header-image .site-title > a {
        background-position: top !important;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }
    /*.title-little {*/
        /*font-size: 1.556rem;*/
    /*}*/
    /*.title-medium {*/
        /*font-size: 1.718rem;*/
    /*}*/
    /*.title-big {*/
        /*font-size: 2.075rem;*/
    /*}*/
    /*.video-section h2 {*/
        /*font-size: 2.7rem;*/
    /*}*/
    html{
        font-size: 12px;
    }
    .header .phone a {
        font-size: 1.95rem;
    }
    .vertical-center{
        margin-top: 0;
    }
}

@media only screen and (max-width: 782px) {
    .top-form .contact-form label{
        width: 100%;
    }
  .btn{
        line-height: 3;
    }
    .top-form label.form-header-submit{
        width: auto !important;
        float: none;
        margin: 0 auto;
    }
    .advantages-container  .btn{
        min-width: 300px;
    }
    .about  {
        text-align: center;

    }
    .about h2 {
        margin-top: 20px;
        text-align: center;
    }

    .advantages-container{
        padding: 50px 0 500px
    }
    .absolute-btn{
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .vertical-center {
        margin-top: 0;
    }
    .video-section h2{
        max-width: none;
    }
    .overlay-youtube-container video {
        /*height: 400px;*/
        width: 100%;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .first-section-banner{
        padding: 80px 0;
    }
   

    .site-header .wrap {
        min-height: 100px;
    }

    .responsive-menu {
        display: none;
    }

    #responsive-menu-icon {
        display: block;
    }

    .site-header .site-title {
        font-size: 40px;
    }

    .shrink .site-title {
        font-size: 24px;
    }

    .shrink .site-title a,
    .shrink .site-title a:hover {
        text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    }

    .site-header {
        padding: 0;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    /*.advantages-container h2 {*/
        /*font-size: 2rem;*/
    /*}*/
    /*.first-section-banner h1 {*/
        /*font-size: 2.875rem;*/
    /*}*/

    /*.first-section-banner h2 {*/
        /*font-size: 2.188rem;*/
    /*}*/
    /*.title-big {*/
        /*font-size: 1.875rem;*/
    /*}*/
    /*.title-medium {*/
        /*font-size: 1.618rem;*/
    /*}*/
    /*.title-little {*/
        /*font-size: 1.356rem;*/
    /*}*/
    /*.first-section-banner h1.yellow-color {*/
        /*font-size: 3.3rem;*/
    /*}*/
    .slick-prev:before ,
    .slick-next:before {
        font-size: 2.475rem !important;
    }
    .slick-prev {
        left: 15px !important;
    }
    .slick-next {
        right: 20px !important;
    }
    /*.testimonials p{*/
        /*font-size: 1.2rem;*/
    /*}*/
}
@media only screen and (max-width: 750px) {
    .one-half-eq{
        width: 100%;
    }
    .contact-form-after-banner {
        text-align: center;
    }
    .contact-form-after-banner img{
        max-width: 290px;
        margin: 0 auto;

        display: block;
    }
    .first-section-banner h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 550px) {
    /*.overlay-youtube-container video {*/
        /*height: 310px;*/
/*}*/
    .header {
        padding: 5px 0;
        position: static;
    }

    .bumper {
        display: none;
    }

    .header .phone a,
    .site-logo img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .header .phone,
    .site-logo {
        float: none;
        display: block;
        padding: 0;
    }
    /*.video-section h2 {*/
        /*font-size: 1.9rem;*/
    /*}*/
}

@media only screen and (max-width: 480px) {

    .title-container {
        width: 260px;
    }
    .advantages-container h2 {
        font-size: 1.8rem;
    }
    .contact-form label.form-header-submit {
        text-align: center;
    }
    .contact-footer{
        padding: 33px 0 18px;
    }

    .btn{
        font-size: 1rem;
        padding: 0px 10px;
    }
    .advantages-container .btn {
        min-width: 250px;

    }
    .slick-next,
    .slick-prev{
        display: none !important;
    }
    .testimonials h2 {
        margin: 28px 0;
    }

    .first-section-banner{
        padding: 58px 0;

    }

    .image-404 .span-404 {

        font-size: 1rem;
    }



    .header-image .site-title > a {
        background-size: contain !important;
    }

    /*.header-image .bumper {*/
        /*min-height: 180px;*/
    /*}*/
    /*.title-little {*/
        /*font-size: 1.056rem;*/
    /*}*/
    /*.title-medium {*/
        /*font-size: 1.318rem;*/
    /*}*/
    /*.title-big {*/
        /*font-size: 1.575rem;*/
    /*}*/
    .title-little {
        font-size: 1.456rem;
    }
    .title-medium {
        font-size: 1.718rem;
    }
    .title-big {
        font-size: 2.075rem;
    }
    /*h2 {*/
        /*font-size: 1.9rem;*/
    /*}*/
    /*.first-section-banner h1.yellow-color {*/
        /*font-size: 2.3rem;*/
    /*}*/
    /*.first-section-banner h2 {*/
        /*font-size: 1.488rem;*/
    /*}*/
    /*.first-section-banner h1 {*/
        /*font-size: 1.975rem;*/
    /*}*/

}
@media only screen and (max-width: 400px) {
    /*.overlay-youtube-container video {*/
        /*height: 250px;*/
    /*}*/
    }