﻿* { margin: 0; padding: 0; }
html { font: 15px ViennaConvention4, sans-serif; }
@font-face { font-family: "ViennaConvention4"; src: url("../font/ViennaConvention4.eot");
    src: url("../font/ViennaConvention4.eot?#iefix")format("embedded-opentype"),
    url("../font/ViennaConvention4.woff") format("woff"),
    url("../font/ViennaConvention4.otf") format("truetype"); }

*:focus, a { outline: none; }
.flex { display: flex; justify-content: space-between; }
.page { width: 1000px; margin: 0 auto; }
.rel { position: relative; }
.err { color: red; margin-bottom: 20px; font-size: 22px; }
.block-3 .send-ok { font-size: 60px; color: #f7931e; font-family: "ViennaConvention4"; font-weight: bold; margin-bottom: 20px; }
.footer .send-ok { font-size: 36px; font-family: "ViennaConvention4"; color: #f7931e; }

#imagelightbox
{
    position: fixed;
    z-index: 9999;

    -ms-touch-action: none;
    touch-action: none;
}

.now { margin-top: 100px; width: 100%; text-align: center; }
.now a { border-radius: 10px; background-image: linear-gradient(-4deg, #1f4656 0%, #5d8c9a 100%); text-decoration: none;
    font-size: 36px; color: #eae5de; font-family: "ViennaConvention4"; text-align: center; outline: none; cursor: pointer; border: 0;
    padding: 20px 40px; }
.now a:hover { background-image: linear-gradient(-4deg, #2a7391 0%, #6cb1c5 100%); }
.now a:active { background-image: linear-gradient(-4deg, #01151c 0%, #0a4c59 100%); }

#button { display: inline-block; background-color: #f7931e; width: 60px; height: 60px; text-align: center; border-radius: 50px; position: fixed;
    bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; }
#button::after { content: "\e800"; font-family: fontello; font-weight: normal; font-style: normal; font-size: 40px; line-height: 54px; color: #fff; }
#button:hover { cursor: pointer; background-color: #fca540; }
#button.show { opacity: 1; visibility: visible; }

.header { width: 100%; height: 60px; background: #396d7e; position: fixed; box-shadow: 0 0 7px 0 #2C2C2C; z-index: 1; }
.header ul.top-menu { text-align: center; color: #fff; }
.header ul.top-menu li { display: inline-block; font-size: 18px; text-transform: uppercase; padding-right: 20px; }
.header ul.top-menu li a { color: #fff; text-decoration: none; cursor: pointer; display: block; line-height: 58px; position: relative; vertical-align: middle; }
.header ul.top-menu li a:after { -webkit-backface-visibility: hidden; backface-visibility: hidden; border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px; content: " "; display: block; margin: 0 auto; position: relative; -webkit-transition: all 280ms ease-in-out; width: 0;
    transition: all 280ms ease-in-out; }
.header ul.top-menu li a:hover:after { -webkit-backface-visibility: hidden; backface-visibility: hidden; border-color: #f7931e; width: 100%;
    -webkit-transition: width 350ms ease-in-out; transition: width 350ms ease-in-out; }
.header .phone { font-size: 18px; padding: 0 20px 0; line-height: 60px; text-transform: uppercase; }
.header .phone a { color: #fff; text-decoration: none; }
.header .phone a:hover { color: #f7931e; }
.header .phone a#btn-all { padding-left: 20px; }
.header .phone-all { position: absolute; right: 52px; top: 42px; background: #396d7e; padding: 3px 10px 10px; z-index: 5; display: none;
    box-shadow: 0 5px 5px -5px #2C2C2C; }
.header .phone-all a { color: #fff; text-decoration: none; font-size: 18px; line-height: 26px; }
.header .phone-all a:hover { color: #f7931e; }

.header .menu { width: 35px; display: none; }
.header .menu .hidden-menu { display: block; position: fixed; list-style: none; margin: 0; box-sizing: border-box; padding: 10px 20px;
    background-color: #396d7e; height: auto; top: 50px; left: -200px; transition: left .2s; z-index: 20; -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; box-shadow: 0 5px 5px -5px #2C2C2C; }
.header .menu .hidden-menu li { padding-bottom: 10px; list-style: none; }
.header .menu .hidden-menu li a:hover { color: #fca540; }
.header .menu .hidden-menu li a { font-size: 22px; text-decoration: none; color: #fff; }
.header .menu .hidden-menu-ticker { display: none; }
.header .menu .btn-menu { color: #fff; position: absolute; top: 10px; left: 20px; cursor: pointer; transition: left .23s; z-index: 30;
    width: 35px; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; }
.header .menu .btn-menu span { display: block; height: 5px; background-color: #fff; margin: 8px 0 0; transition: all .1s linear .23s; position: relative; }
.header .menu .btn-menu:hover span { background-color: #fff; }
.header .menu .btn-menu span.first { margin-top: 0; }
.header .menu .hidden-menu-ticker:checked ~ .btn-menu { right: 230px; }
.header .menu .hidden-menu-ticker:checked ~ .hidden-menu { left: 0; z-index: 3; }
.header .menu .hidden-menu-ticker:checked ~ .btn-menu span.first { -webkit-transform: rotate(45deg); top: 10px; }
.header .menu .hidden-menu-ticker:checked ~ .btn-menu span.second { opacity: 0; }
.header .menu .hidden-menu-ticker:checked ~ .btn-menu span.third { -webkit-transform: rotate(-45deg); top: -16px; }

.block-1 { background-image: url(../images/bg-head.jpg);  width: 100%; height: calc(100vh - 60px); background-size: cover; background-position: center center;
    background-repeat: no-repeat; text-align: center; padding-top: 60px; }
.block-1 img { width: 12%; padding-top: 2%; }
.block-1 h3 { font-size: 40px; color: #f7931e; text-shadow: 0 2px 4px #777; }
.block-1 h1 { font-size: 68px; color: #fff; padding-top: 7%; text-shadow: 0 2px 4px #535353; }
.block-1 a.b1 { font-size: 180px; color: #fff; text-shadow: 0 2px 4px #535353; }
.block-1 a.b1:hover { text-shadow: 0 5px 15px #535353; }
.block-1 .now { margin-top: 50px; }

.info { background: #f5fafc; padding: 70px 0; }
.info h2 { font-size: 68px; color: #396d7e; font-family: "ViennaConvention4"; font-weight: bold; margin-bottom: 70px; text-align: center; }
.info ul li { list-style-type: none; color: #f7931e; font-size: 22px; line-height: 36px; font-weight: bold; display: flex; justify-content: flex-start; }
.info ul li span { color: #000; padding-left: 10px; font-weight: normal; }
.info ul li:before { content: "►"; }

.block-2 { padding: 70px 0; }
.block-2 h2 { font-size: 68px; color: #f7931e; font-family: "ViennaConvention4"; font-weight: bold; padding-bottom: 70px; text-align: center; }
#imagelightbox-caption a.site { border-radius: 10px; background-image: linear-gradient(-4deg, #1f4656 0%, #5d8c9a 100%); border: 0; padding: 7px 20px;
    font-size: 26px; color: #eae5de; font-family: "ViennaConvention4"; text-align: center; outline: none; cursor: pointer; text-decoration: none; }
#imagelightbox-caption a.site:hover { background-image: linear-gradient(-4deg, #2a7391 0%, #6cb1c5 100%); }
#imagelightbox-caption a.site:active { background-image: linear-gradient(-4deg, #01151c 0%, #0a4c59 100%); }

.block-2 { text-align: center; }
.block-2 .block-img ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap; justify-content: center; }
.block-2 .block-img ul li { list-style: none; width: calc(25% - 48px); height: 200px; overflow: hidden; opacity: 0.9; position: relative; padding: 0 24px; margin-bottom:50px;}
.block-2 .block-img ul li img { width: 100%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.block-2 .block-img ul li img:hover { box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .7); cursor: pointer; transform: scale(1.1); }
.block-2 button { border-radius: 10px; background-image: linear-gradient(-4deg, #ff8900 0%, #fbaa4c 100%); padding: 20px 40px; margin-top: 20px;
    font-size: 36px; color: #eae5de; font-family: "ViennaConvention4"; text-align: center; outline: none; cursor: pointer; border: 0; }
.block-2 button:hover { background-image: linear-gradient(-4deg, #d57403 0%, #f59525 100%); }

.reviews { background: #f5fafc; padding: 70px 0; }
.reviews h2 { font-size: 68px; color: #396d7e; font-family: "ViennaConvention4"; font-weight: bold; padding-bottom: 70px; text-align: center;
    max-width: 80%; margin: 0 auto; }
.reviews ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap; margin: 0 24px;
    justify-content: center; }
.reviews ul li { width: 33%; height: auto; overflow: hidden; position: relative; margin-bottom: 50px; text-align: center; }
.reviews ul li h3 { text-transform: uppercase; padding: 20px 0; }
.reviews ul li .text { font-size: 16px; width: 80%; margin: 0 auto; }
.reviews ul li .text i { color: #396d7e; }
.reviews ul li .photo { width: 200px; height: 200px; background-size: cover; background-position: center; background-repeat: no-repeat;
    border-radius: 50%; margin: 0 auto; }

.block-3 { width: 100%; text-align:center; padding: 70px 0; }
.block-3 h2 { font-size: 68px; color: #f7931e; font-family: "ViennaConvention4"; font-weight: bold; margin-bottom: 20px; }
.block-3 p { font-size: 30px; color: #6b6a68; font-family: "ViennaConvention4"; margin: 30px 0; }
.block-3 input[type="tel"] { width: 500px; border-radius: 10px; background-color: #f5fafc; border: 3px solid #396c7c; font-size: 48px; text-align: center;
    color: #396d7e; font-family: "ViennaConvention4"; outline: none; padding: 10px 35px; line-height: 50px; }
::-webkit-input-placeholder { font-size: 48px; color: #396d7e; font-family: "ViennaConvention4"; }
.block-3 input.btn { width: 340px; height: 76px; border-radius: 10px; background-image: linear-gradient(-4deg, #ff8900 0%, #fbaa4c 100%); border: 0;
    font-size: 36px; color: #eae5de; font-family: "ViennaConvention4"; text-align: center; margin-bottom: 100px; outline: none; cursor: pointer; margin-top: 30px;}
.block-3 input.btn:hover { background-image: linear-gradient(-4deg, #d57403 0%, #f59525 100%); }

.footer { width: 100%; background-color: #396d7e; padding-top: 70px; }
.footer h2 { color: #fff; text-align: center; font-size: 68px; font-family: "ViennaConvention4"; font-weight: bold; margin-bottom: 50px; }
.footer .cont-right { width: 50%; }
.footer .cont-right img { width: 100px; }
.footer .cont-right p {  font-size: 36px; color: #fff; font-family: "ViennaConvention4"; margin-top: 20px; }
.footer .cont-right .soc { margin-top: 20px; }
.footer .cont-right a { color: #fff; text-decoration: none; font-size: 24px; }
.footer .cont-right a:hover { color: #f7931e; }
.footer .cont-right a .icon-facebook-squared { font-size: 50px; color: #fff; }
.footer .cont-right a .icon-facebook-squared:hover { color: #f7931e; }
.footer .cont-right a .icon-instagram { font-size: 50px; color: #fff; }
.footer .cont-right a .icon-instagram:hover { color: #f7931e; }
.footer .cont-right a .icon-telegram { font-size: 50px; color: #fff; }
.footer .cont-right a .icon-telegram:hover { color: #f7931e; }
.footer .cont-right a .icon-viber { font-size: 50px; color: #fff; }
.footer .cont-right a .icon-viber:hover { color: #f7931e; }
.footer .cont-left { text-align: center; padding-top: 20px; width: 50%; }
.footer .cont-left form { width: 100%; margin-top: 20px; }
.footer .cont-left p { font-size: 36px; color: #fff; font-family: "ViennaConvention4"; }
.footer .cont-left input[type="text"], .footer .cont-left input[type="email"] { width: calc(100% - 40px); height: 65px; border-radius: 10px; background-color: #f5fafc;
    border: none; font-size: 30px; color: #396d7e; font-family: "ViennaConvention4"; margin-bottom: 15px; outline: none; padding: 0 20px; }
.footer .cont-left textarea { width: calc(100% - 40px); height: 100px; border-radius: 10px; background-color: #f5fafc; border: none;
    font-size: 20px; color: #396d7e; font-family: "ViennaConvention4"; margin-bottom: 20px; outline: none; padding: 10px 20px; }
::-webkit-input-placeholder { font-size: 36px; color: #94acb5; font-family: "ViennaConvention4"; }
.footer .cont-left input.btn { width: 340px; height: 76px; border-radius: 10px; background-image: linear-gradient(-4deg, #ff8900 0%, #fbaa4c 100%);
    font-size: 36px; color: #eae5de; font-family: "ViennaConvention4"; text-align: center; margin-bottom: 100px; outline: none; cursor: pointer; border: 0; }
.footer .cont-left input.btn:hover { background-image: linear-gradient(-4deg, #d57403 0%, #f59525 100%); }

.copyright { background: #fff; padding: 20px 0; color: #222; font-size: 16px; margin-top: 70px; }
.copyright a { color: #222; }
.copyright a:hover { color: #000; }

.err-form { box-shadow: inset 0 0 4px 1px #f00; }

.page-404 { width: 100%; text-align: center; height: 100%; }
.page-404 .all { width: auto; height: auto; padding-top: 100px; }
.page-404 .all .title { font-size: 200px; color: #f7931e; }
.page-404 .all .text { font-size: 60px; color: #222; margin-bottom: 30px; }
.page-404 .all a { font-size: 30px; color: #000; }
.page-404 .all a:hover { color: #396d7e; }