@font-face {
    font-family: 'Fira Sans Regular';
    src: url('../fonts/FiraSans-Regular.otf');
}

body {
    font-family: 'Fira Sans Regular';
    font-size: 15px;
    color: #19173c;
}
body img {
    max-width: 100%;
}

.menu-top .navbar-brand {
    height: auto;
}

.menu-top .navbar-nav {
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-top .navbar-nav li a {
    color: #727272;
    font-weight: 600;
    transition: all ease 0.4s;
}

.menu-top .navbar-nav li a:hover,
.menu-top .navbar-nav li a:focus {
    color: dodgerblue;
    background-color: transparent;
}

.logo-header {
    width: 130px;
}

.header {
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px rgba(20, 10, 47, 0.61);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.content {
    margin-top: 81px;
}

.section2 {
    background: -moz-linear-gradient(270deg, rgba(245, 245, 237, 1) 0%, rgba(240, 220, 245, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 237, 1)), color-stop(100%, rgba(240, 220, 245, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(245, 245, 237, 1) 0%, rgba(240, 220, 245, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(245, 245, 237, 1) 0%, rgba(240, 220, 245, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(245, 245, 237, 1) 0%, rgba(240, 220, 245, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(245, 245, 237, 1) 0%, rgba(240, 220, 245, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F5F5ED', endColorstr='#F0DCF5', GradientType=0);
    /* ie6-9 */
}

.section-3 {
    background: -moz-linear-gradient(270deg, rgba(240, 220, 245, 1) 0%, rgba(210, 241, 250, 1) 51%, rgba(210, 241, 250, 1) 61%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 220, 245, 1)), color-stop(51%, rgba(210, 241, 250, 1)), color-stop(61%, rgba(210, 241, 250, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(240, 220, 245, 1) 0%, rgba(210, 241, 250, 1) 51%, rgba(210, 241, 250, 1) 61%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(240, 220, 245, 1) 0%, rgba(210, 241, 250, 1) 51%, rgba(210, 241, 250, 1) 61%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(240, 220, 245, 1) 0%, rgba(210, 241, 250, 1) 51%, rgba(210, 241, 250, 1) 61%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(240, 220, 245, 1) 0%, rgba(210, 241, 250, 1) 51%, rgba(210, 241, 250, 1) 61%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F0DCF5', endColorstr='#D2F1FA', GradientType=0);
    /* ie6-9 */
    min-height: 300px;
}

.top-content {
    background-image: url(../images/bg_sky.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 700px;
    padding: 60px 0;
}

.text-white {
    color: #fff;
}

.eyebrow {
    margin: 10px auto 40px;
}

.eyebrow img {
    width: 256px;
    max-width: 100%;
}

.heading-1 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.slid-top {}

.sub-head-1 {
    font-size: 24px;
}

.flush--inline {
    padding: 0;
}

.flush--inline li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.button--feature svg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.nougat .button--feature svg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.button--feature {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.39);
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    outline: none;
    display: inline-block;
    margin-right: 15px;
}

.feature__text {
    display: inline-block;
    vertical-align: middle;
}

.box-phone {
    position: relative;
}

.img-in-phone {
    position: absolute;
    top: 78px;
    left: 23px;
    width: 273px;
    height: 486px;
}

.img-in-phone img {
    width: 100%;
    height: 100%;
}

.tablet-box {
    position: relative;
    float: right;
}

.img-in-tab {
    position: absolute;
    top: 72px;
    right: 27px;
}

.wrap-content {
    padding: 40px 0;
}

.img-comp {
    position: relative;
    margin: 20px auto;
}

.in-img-comp {
    position: absolute;
    top: 35px;
    left: 165px;
    width: 793px;
}

.section-4 {
    background: -moz-linear-gradient(270deg, rgba(210, 241, 250, 1) 0%, rgba(210, 241, 250, 1) 1%, rgba(100, 215, 250, 0.65) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(210, 241, 250, 1)), color-stop(1%, rgba(210, 241, 250, 1)), color-stop(100%, rgba(100, 215, 250, 0.65)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(210, 241, 250, 1) 0%, rgba(210, 241, 250, 1) 1%, rgba(100, 215, 250, 0.65) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(210, 241, 250, 1) 0%, rgba(210, 241, 250, 1) 1%, rgba(100, 215, 250, 0.65) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(210, 241, 250, 1) 0%, rgba(210, 241, 250, 1) 1%, rgba(100, 215, 250, 0.65) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(210, 241, 250, 1) 0%, rgba(210, 241, 250, 1) 1%, rgba(100, 215, 250, 0.65) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d2f1fa', endColorstr='#64d7fa', GradientType=0);
    /* ie6-9 */
    min-height: 300px;
    padding: 80px 0;
}

.services {
    margin: 20px 0;
}

.services img {
    width: 182px;
    height: 182px;
    object-fit: contain;
}

.services .text-block {
    width: 320px;
    max-width: 100%;
}

.title-service {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.services .text-block p {
    font-size: 16px;
}

.section-5 {
    background: -moz-linear-gradient(270deg, rgba(100, 215, 250, 0.65) 0%, rgba(90, 232, 213, 0.65) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100, 215, 250, 0.65)), color-stop(100%, rgba(90, 232, 213, 0.65)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(100, 215, 250, 0.65) 0%, rgba(90, 232, 213, 0.65) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(100, 215, 250, 0.65) 0%, rgba(90, 232, 213, 0.65) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(100, 215, 250, 0.65) 0%, rgba(90, 232, 213, 0.65) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(100, 215, 250, 0.65) 0%, rgba(90, 232, 213, 0.65) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#64d7fa', endColorstr='#5ae8d5', GradientType=0);
    /* ie6-9 */
    min-height: 300px;
    padding-bottom: 60px;
    padding-top: 80px;
}


.img-part {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 10px;
    border: 3px solid #fff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s ease-out;
}

.img-part:hover img {
    transform: scale(2);
}

.reb-box {
    min-height: 150px;
    width: 100%;
    background-color: crimson;
}

.img-part:hover .in-part {
    opacity: 1;
}

.in-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: 100%;
    background-color: rgba(10, 9, 73, 0.75);
    color: #fff;
    border-radius: 10px;
    height: 100%;
    opacity: 0;
    transition: 0.4s ease-out;
}

.in-part p {
    transition: 0.4s ease-out;
    transform: scaleX(0) scaleY(0);
    margin-top: 35px;
    height: 100px;
    overflow: hidden;
    font-size: 22px;
    font-weight: 600;
}

.in-part button {
    background-color: #fff;
    color: #083489;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 15px;
    border: 2px solid #083489;
}

.img-part:hover .in-part p {
    transform: scaleX(1) scaleY(1);
}

.main-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-phone input,
.form-phone textarea {
    width: 100%;
    border-radius: 5px;
}

.form-phone input {
    margin-bottom: 10px;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #0a0949;
    outline: none;
}

.form-phone input[type="submit"] {
    background-color: #0a0949;
    color: #fff;
}

.form-phone textarea {
    max-width: 100%;
    min-height: 100px;
    padding: 15px;
    border: 1px solid #0a0949;
    outline: none;
}

.adress-more span {
    display: block;
}

.adress-more span a {
    color: #0a0949;
}

.section-6 {
    padding: 40px 0;
    background-color: #ddd;
}
.section-10{
    background-color: rgba(90, 232, 213, 0.65);
    padding: 40px 0;
}
.section-7 {
    background-color: #19173c;
    padding: 15px 0;
    text-align: center;
}

.link-pesd {
    color: #19173c;
    font-size: 18px;
    transition: all ease 0.5s;
    cursor: pointer;
}

.link-pesd:hover {
    color: #19173c;
    text-decoration: none;
    font-weight: 600;
}

.section-7 a,
.section-7 {
    color: #fff;
}

.section-7 p {
    margin: 0;
    font-size: 13px;
}

.down-pdf-doc {
    padding-top: 20px;
    padding-bottom: 10px;
}

.section-9 {
    background-color: #fff;
}

.address-info {
    width: auto;
}

.comp-img-sm {
    display: none;
}

.header .icon-bar {
    background-color: #00a7fc;
}
.form-phone input[type="checkbox"]{
    width: auto;
    height: auto;
}
.select-site label{
    display: block;
}
.brif-page h4{
    color: #909192;
    font-size: 20px;
    margin-top: 25px;
}
.quetons{
    padding: 100px 0;
}
.quetons h1{
    font-size: 40px;
    font-weight: 600;
    cursor: pointer;
}
a{
    cursor: pointer;
}
.modal-success{
    position: absolute;
    top: 280px;
    left: 35%;
    display: none;
}
.success-true{
    display: block;
}
@media (min-width: 768px) {
    #myModal1 .modal-dialog {
        width: 400px;
    }
}

@media (max-width:1200px) {
    .comp-img, .in-img-comp {
        display: none;
    }
    .comp-img-sm {
        display: block
    }
}

@media (max-width:767px) {
    .heading-1 {
        font-size: 30px;
    }
    .sub-head-1 {
        font-size: 16px;
    }
    .logo-header {
        width: 80px;
    }
    .content {
        margin-top: 61px;
    }
    .menu-top .navbar-nav {
        float: none;
        text-align: center;
    }
    .top-content {
        min-height: 480px;
        background-size: cover;
        padding: 20px 0;
    }
    .main-title {
        text-align: center;
    }
}