@charset "utf-8";
@font-face {
    font-family: 'fregatregular';
    src: url('../assets/fonts/fregat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fregatbold';
    src: url('../assets/fonts/fregat_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    font-family: fregatregular;
    font-size: 14px;
}

.fl_l {
    float: left;
}

.fontBold {
    font-family: fregatbold !important;
    margin: 0;
}

.head {
    width: 100%;
    float: left;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
    color: #4a74a0;
    padding: 10px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.presented {
    width: 100%;
    float: left;
    height: 600px;
    background-color: #4a74a0;
    background-image: url(../assets/img/header.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}

.headFalsh {
    width: 100%;
    float: left;
    height: 80px;
    margin-bottom: -80px;
}

.xcnt {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.xcntFloat {
    max-width: 1200px;
    width: 100%;
    float: left;
}

.logoText {
    float: left;
    padding: 7px 0 5px;
    font-size: 25px;
    color: inherit;
    border-bottom: 3px solid #eee;
}

.menuLi {
    text-decoration: none;
    float: right;
    padding: 10px 0;
    margin-left: 15px;
    color: inherit;
    cursor: pointer;
}

.presentedLeft font {
    color: #4A74A0;
    font-size: 17px;
    margin-top: 173px;
    float: left;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 20px;
    font-family: fregatregular;
}

.backCall input {
    width: 526px;
    float: left;
    padding: 8.5px 10px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 25px;
    margin: 10px 10px 11px;
    border-radius: 2px;
    color: #555
}

.backCall input::-webkit-input-placeholder {
    color: #4a74a0;
}

.backCall input::-moz-placeholder {
    color: #4a74a0;
}

/* Firefox 19+ */
.backCall input:-moz-placeholder {
    color: #4a74a0;
}

/* Firefox 18- */
.backCall input:-ms-input-placeholder {
    color: #4a74a0;
}

.width100per {
    width: 100%;
}

.callConversed {
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.75);
    margin-top: -80px;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.callConversed .font {
    font-size: 17px;
    margin-top: 27px;
    color: #4A74A0;
    float: left;
    width: 100%;
    font-family: fregatregular !important;
}

#head2 {
    background: #4A74A0;
    top: 60px;
    color: white;
    padding: 0 ! important;
    height: auto !important;
}

.aboutCover {
    width: 100%;
    background-color: #fff;
    float: left
}

.leftAbCov {
    min-width: 300px;
    padding: 0 10px;
    width: 100%;
    flex: 1;
    float: left;
    font-size: 18px;
    color: #999;
    text-align: right;
    margin-top: 55px;
}

.cntAbCov {
    min-width: 290px;
    height: 402px;
    float: left;
    background-image: url(../assets/img/trio.png);
    background-size: 300px;
    background-position: center;
    background-repeat: no-repeat;
}

.rightAbCov {
    min-width: 300px;
    padding: 0 10px;
    width: 100%;
    flex: 1;
    float: right;
    font-size: 18px;
    color: #999;
    text-align: left;
    margin-top: 55px;
}

.headAbout {
    float: left;
    width: 100%;
    padding: 80px 0 0;
    font-size: 25px;
    color: #4a74a0;
    text-align: center;
}

.headAboutP {
    float: left;
    width: 100%;
    padding: 20px 0 50px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.three-in-line {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.tarifCover {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    float: left;
    border-radius: 4px;
    padding: 70px 0 90px;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../assets/img/bb.png);
    box-shadow: 0 0 3px 1px #dee5ea
}

a {
    color: #777;
}

.headOfTarif {
    width: 190px;
    float: left;
    height: 48px;
    background-color: #4a74a0;
}

.heads1 {
    border-radius: 3px 0 0 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-width: 0 2px 2px 0;
    height: 48px !important
}

.heads2 {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-width: 0 2px 2px 0;
    height: 48px !important
}

.heads3 {
    border-radius: 0 3px 0 0;
    height: 48px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.tarifCoverFull {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #f2f5f7;
    border-top: 1px solid #dee5ea;
    border-bottom: 1px solid #dee5ea;
}

.Tarif {
    width: 190px;
    float: left;
    height: 675px;
    background-color: rgba(255, 255, 255, 0.93);
}

.TAF1 {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.TAF2 {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.tafPrice {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.055);
    float: left;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    text-align: center;
    font-size: 50px;
    color: #4a74a0;
    padding: 20px 0;
}

.textTaf {
    width: 84%;
    padding: 15px 15px 0;
    float: left;
    color: #555;
}

.textTaf p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.buttonSelectTarif {
    width: 147px;
    padding: 12px 7px;
    float: left;
    font-size: 14px;
    background-color: #4a74a0;
    border-radius: 2px;
    margin: 7px 15px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.fullBackVideoReview {
    width: 100%;
    float: left;
    min-height: 400px;
    background-color: rgb(255, 255, 255);
    overflow: hidden
}

.mainVideo {
    width: 100%;
    float: left;
    border-radius: 4px;
    background-color: #60ba72;
    min-height: 500px;
}

.tafName {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-width: 0 2px 2px 0;
}

.otherVideoFull {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 60px;
}

.videoLeft {
    width: 480px;
    height: 250px;
    float: left;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 20px;
}

.videoRight {
    width: 480px;
    height: 250px;
    float: right;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}


.nameContactsBlock {
    width: 100%;
    float: left;
    padding: 50px 0 10px;
    color: #fff;
    font-size: 25px
}

.contactsFull {
    width: 100%;
    float: left;
    height: 580px;
    background-image: url(../assets/img/city.jpg);
    background-size: cover;
    background-position: center -100px;
}

.contactsFullBack {
    width: 100%;
    float: left;
    height: 520px;
    background-color: rgba(50, 120, 63, 0.45);
}

.located {
    max-width: 980px;
    width: 100%;
    float: left;
    position: absolute;
    height: 100px;
    margin-top: 400px;
}

.locatedCity {
    float: left;
    height: 26px;
    font-size: 25px;
    color: rgb(50, 120, 63);
    padding: 12px 24px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 4px 4px 0 0;
}

.locatedOffice {
    float: left;
    background-color: #fff;
    font-size: 25px;
    color: #555;
    padding: 12px 24px;
    border-radius: 0 4px 4px 4px;
}

.copyFull {
    width: 100%;
    float: left;
    height: 41px;
    background-color: rgba(50, 120, 63, 0.3);
    color: #FFF;
    font-size: 18px;
    padding-top: 12px;
    margin-top: -60px;
    padding-bottom: 7px;
}

.copyYear {
    float: left;
    max-width: 540px;
    width: 100%;
    font-size: 15px;
    font-family: fregatregular !important;
}

.hrWhite {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    float: left;
}

.hrBlack {
    width: 60%;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.085);
    float: left;
    margin-left: 20%
}

.box_content_wrap > ._footer > div {
    display: inline-block;
    width: 48%;
    padding: 5px;
    height: 20px;
}

.button {
    padding: 7px 15px;
    white-space: nowrap;
    border-radius: 2px;
    border: 0;
    background: rgb(107, 168, 107);
    color: #fff;
    font-size: 11px;
    outline: none;
    transition: background 200ms ease;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.button:hover {
    background: rgb(118, 182, 118);
}

.button:active {
    background: rgb(86, 155, 86);
}

.button:active {
    padding-top: 7.5px;
    padding-bottom: 6.5px;
}

.menu ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: outside none none;
    position: relative;
}

.menu ul li {
    font: bold 12px/18px sans-serif;
    display: inline-block;
    padding: 15px 10px;
    background: #4A74A0 none repeat scroll 0 0;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    color: #FFF;
}

.menu ul li:hover {
    background: #4DD0E1;
    color: #fff;
}

.menu ul li ul {
    padding: 0;
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease 0s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    clear: both;
    background: #00ACC1 none repeat scroll 0 0;
}

.menu ul li ul li {
    background: #00ACC1 none repeat scroll 0 0;
    display: block;
    color: #FFF;
    float: left;
    width: 215px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu ul li ul li a {
    color: #fff !important;
    text-decoration: none;
}

.menu ul li ul li:hover {
    color: #fff;
    background: #4DD0E1;
}

.menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .menu ul li {
        font: bold 11px/12px sans-serif;
        display: inline-block;
        padding: 10px 5px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}