* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Arial, sans-serif;
    width: 100%;
    height: 100%;
    min-width: 320px;
}
.wrapper {
    width:     100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.my-container {
    height: inherit;
    width: 1170px;
    margin: 0 auto;
}
.container-inner {
    height: inherit;
    width: 100%;
    margin: 0 auto;
}
.my-col-1,
.my-col-2 {
    display: inline-block;
    height:inherit;
    width: 49%;
}
.my-col-1 > div,
.my-col-2 > div {
    display: inline-block;
}
.my-col-1,
.my-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    width: inherit;
    background: url(../img/bg_header.png) ;
    background-size: 100% 100%;
}
.header .container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
.header .mail,
.header .phone {
    padding-left: 30px;
    position: relative;
}
.header .mail::before {
    content: '';
    position: absolute;
    background: url('/img/mail-img.png') no-repeat;
    width: 22px;
    height: 16px;
    left: 0;
    top: 1px;
}
.header .phone::before {
    content: '';
    position: absolute;
    background: url('/img/header-phone.png') no-repeat;
    width: 15px;
    height: 24px;
    left: 0;
    top: -2px;
}
.header-wrap {
    height: 76px;
    width: 975px;
    margin: 0 auto;
    background: inherit;
}

.header-img {
    height:inherit;
}
.header-item {
    margin-left: 15px;
}

.header-item-right a {
    color:#ffffff;
    text-decoration: underline;
    padding-right:55px;
    font-size: 11pt;
}

.header-item-right a:hover {
    color:yellow;
    text-decoration: none;

}
/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 185px;
}
.section-1 {
    width: inherit;
    height: 590px;
    background: #f1f1f1;
    clear: both;
}
.section-1 .wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-1 .container-inner {
    position: relative;
}
.section-1 .container-inner::before {
    position: absolute;
    content: '';
    background: url('/img/arrow.png') no-repeat;
    background-size: cover;
    width: 103px;
    height: 216px;
    left: -107px;
    top: 194px;
}
.section-1 .container-inner::after {
    position: absolute;
    content: '';
    background: url('/img/lock.png') no-repeat;
    background-size: cover;
    width: 381px;
    height: 439px;
    right: 0;
    top: 20px;
}
.section-2 {
    margin-top: 80px;
    width: inherit;
    background: #ffffff;
    padding-bottom: 50px;
    clear: both;

}
.section-2 .my-container {
    background: url('/img/man.png') no-repeat;
    background-size: 35%;
}

.section-3 {
    padding-top: 76px;
    width: inherit;
    height: 1230px;
    background: url(../img/background-3.png);
    background-size: cover;
    clear: both;
}
.section-4 {
    margin-top: 40px;
    width: inherit;
    background: #ffffff;
    margin-bottom: -250px;
    clear: both;
}

.section-1-text {
    width: 200px;
    color: #f35939;
    text-transform: uppercase;
    font-weight:900;
    font-size: 2.5em;
    line-height: 1.5;
    display: inline-block;
}
.section-2-text-1 {
    vertical-align: top;
    width: 60px;
    padding-top: 0px;
    color: #f35939;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.5;
    display: inline-block;
    font-size: 140pt;
    margin-top: -25px;
}

.section-2-text-2 {
    width: 255px;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.5;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}
.section-1-list {
    padding: 20px 0px;
}
.section-1-list li {
    float: left;
    margin-right: 20px;
    list-style-type: none;
}
.header-list-text {
    float: left;
    color: #00324a;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 12pt;
}
.header-list-item {
    float:left;
}
.img-lock {
    float: right;
    margin-top: -295px;
}
.img-arrow {
    display: inline;
    float: left;
    margin-left: -112px;
    margin-top: -135px;
}
.yellow-button {
    position: relative;
    padding-top: 30px;
    margin-top: 50px;
}
.yellow-button-text {
    display: table-cell;
    left: 40px;
    position: absolute;
    top: 90px;
    vertical-align: middle;
    text-align: center;
    font-size: 35pt;
    color: #000000;
    text-shadow: #ffffff 0px 1px 0px;
}
.border {
    display: block;
    margin-top: -52px;
    background:  url(../img/border2.png) no-repeat top center;
    background-size: contain;
}
.border-text {
    display: table-cell;
    height: 103px;
    vertical-align: middle;
}
.border-text-inner-1 {
    margin-left: 145px;
}
.border-text-inner-2 {
    text-align: center;
    margin-left: 25px;
}
.circle-1 {
    border: 4px solid #ffffff;
    border-radius: 50%;
    padding: 20px 15px 15px 15px;
    width:67px;
    font-size: 12px;
}
.circle-2 {
    border: 4px solid #ffffff;
    border-radius: 50%;
    padding: 12px 8px 8px 8px;
    width:69px;
    font-size: 12px;
}
.border-text-inner-3 {
    margin-left: 95px;
}
.border-text-inner-4 {
    text-align: center;
    margin-left: 36px;
}
.border-text-inner-5 {
    margin-left: 80px;
}
.img-man {
    display: inline-block;
}
.section-2-wrap {
    padding-left: 400px;
    width: 692px;
    display: inline-block;
    vertical-align: top;
}
.section-2-wrap-text {
    width: 630px;
    margin-left: 62px;
    margin-top: 39px;
}

.section-2-img {
    margin-top: 31px;
    float: left;
}
.section-3-wrap  img {
    float: left;
}
.section-3-text {
    text-align: center;
    padding-bottom: 52px;
}
.section-3-col-1,
.section-3-col-2 {
    height: inherit;
    width: 48%;
    margin-right: 16.5px;
    display: inline-block;
    vertical-align: top;
}
.section-3-col-1 img{
    float: left;
    margin: 0 7px 7px 0;
}
.section-3-col-2 img {
    float: left;
    margin: 0 7px 7px 0;
}
.section-3-item {
    display: table;
    padding-bottom: 30px;
    width: 100%;
}
.section-3-item p{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 160px;
    padding-left: 10px;
}
.yellow-button-shadow {
    display: table;
    position: relative;
    float: right;
    margin-top: -25px;
    padding-right: 240px;
    padding-top: 110px;
}
.yellow-button-shadow-text {
    display: table-cell;
    left: 40px;
    position: absolute;
    top: 170px;
    vertical-align: middle;
    text-align: center;
    font-size: 35pt;
    color: #000000;
    text-shadow: #ffffff 0px 1px 0px;
}
.hand {
    position: absolute;
    top: -20px;
    right: 20px;
}
.feedback {
    display:inline-block;
    width: 477px;
    position: relative;
    margin-top: 20px;
}
.section-4-name {
    padding-bottom: 10px;
}
.text-wrap {
    padding-top: 70px;
    padding-left: 70px;
}
.section-4-text {
    padding-top: 50px;
    padding-left: 60px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-style: dashed;
    border-radius: 10px;
    border-color: #C7C7C6;
}
.section-4-text img {
    border-style: solid;
    border-radius: 50%;
    border-color: #C7C7C6;
    position: absolute;
    top: 24px;
    left: 24px;
    border-width: 3px;
}
.feedback-footer {
    text-align: center;
    margin-top: 35px;
}

.yellow-button-footer {
    display: table;
    position: relative;
    top: -60px;
    left: 50%;
    padding: 0px;
    margin: 0px;
    -webkit-transform: translateX(-50%);transform: translateX(-50%);;
}

.yellow-button-footer-text {
    display: table-cell;
    left: 40px;
    position: absolute;
    top: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 35pt;
    color: #000000;
    text-shadow: #ffffff 0px 1px 0px;
}
.col-1-footer {
    float: left;
    margin-top: -20px;
}
.col-2-footer {
    float: right;
    margin-top: -49px;
}
.footer-text {
    float: left;
    margin-left: 40px;
}
.other-feedback {
    margin-top: 50px;
    font-style: italic;
}
.other-feedback-date {
    color: #999999;
}
.other-feedback-review {
    color: #555555;
    font-size: 12pt;
    line-height: 1.4;
}
.other-feedback-name {
    text-align: right;
    font-size: 10pt;
    line-height: 1.4;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 100%;
    margin: 450px auto 0;
    height: 185px;
    position: relative;
    background: #00324a;
    clear: both;
}
/* Font styles
------------------------------------------------------------------------------*/

.font-white {
    color: #ffffff;
    font-size: 16pt;
}
.font-white-upp {
    padding-left: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight:900;
    font-size: 12pt;
    position: relative;
    float: left;
}
.font-white-upp::before {
    position: absolute;
    content: '';
    background: url("/img/logo.png") no-repeat;
    background-size: cover;
    width: 41px;
    height: 38px;
    left: 0;
    top: 0;
}
.font-border {
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
}
.font-bold {
    color: #00324a;
    text-transform: uppercase;
    font-weight:900;
    font-size: 24pt;
}
h1 {
    color: #00324a;
    text-transform: uppercase;
    font-weight:normal;
    font-size: 24pt;
    line-height: 1.5;
}
p {
    color: #555555;
    font-size: 12pt;
    line-height: 1.4;
}
.font-footer {
    color: #000000;
    font-weight:900;
    font-size: 14pt;
}
.section-1 .mobile {display: none;}
.section-text {
    padding-bottom:20px;
    border-bottom:2px solid #eee;
}
.section-text h2 {
    color: #00324a;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24pt;
    line-height: 1.5;
    text-align: center;
}
.section-text .text-wrap {
    padding: 0;
}
.section-text .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.section-text .text-wrap .item {
    width: 48%;
}
.section-text .text-wrap .item h3 {
    font-size:16px;
    font-weight:bold;
}
.section-text .text-wrap .item p {
    font-size:14px;
}
.phone-mobile {
    display: none;
    padding: 20px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    background: green;
    border-radius: 50%;
}
.phone-mobile img {
    max-width: 50px;
    height: auto;
}
/*media*/
@media only screen and (max-width: 1200px) {
    .my-container {width: 970px;}
    .header-item-right a {padding-right: 0;}
    .header .mail {margin-right: 15px;}
    .border-text {height: 98px;}
    .border-text-inner-1 {margin-left: 80px;}
    .border-text-inner-2 {margin-left: 15px;}
    .border-text-inner-3 {margin-left: 80px;}
    .border-text-inner-4 {margin-left: 15px;}
    .section-2 .my-container {background-size: 30%;}
    .section-2 .section-2-wrap {width: 100%; padding-left: 300px;}
    .section-2-wrap-text {width: auto;}
    .section-2-img {float: none;}
    .section-2-img img {max-width: 100%;}
    .section-3-col-1 img,
    .section-3-col-2 img {max-width: 100%;}
}

@media only screen and (max-width: 992px) {
    .my-container {width: 768px;}
    .my-col-1 {width: 50%;}
    .my-col-2 {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header .mail {margin-bottom: 15px;}
    .section-1 .container-inner::after {display: none;}
    .border-text {height: 77px;}
    .border-text-inner-1 {margin-left: 63px; font-size:14px;}
    .border-text-inner-2 {margin-left: 5px;}
    .circle-1,
    .circle-2 {width: 55px; height: 55px; padding: 13px 12px 15px;}
    .border-text-inner-3 {font-size:12px; margin-left: 67px;}
    .border-text-inner-4 {margin-left: 5px;}
    .circle-2 {padding: 6px 0 15px;}
    .circle-2 span {font-size:12px !important; margin-left: 0 !important;}
    .border-text-inner-5 {margin-left: 73px;}
    .section-2 .section-2-wrap {padding-left: 225px;}
    .section-3-col-1, .section-3-col-2 {width: 47%;}
    .section-3-item p { font-size: 14px; height: auto; padding-top: 25px;}
    .section-3 .section-3-wrap {padding: 0 15px;}
    .section-4 .feedback {width: auto;}
    .section-4 .feedback .text-wrap {padding-left: 40px; padding-top: 40px;}
    .section-4 .section-4-text {position: relative; padding-top: 30px; padding-left: 35px;}
    .section-4 .section-4-text img {top: -50px; left: -50px;}
}

@media only screen and (max-width: 768px) {
    .my-container {width: 100%;}
    .section-1 {height: auto;}
    .header .container-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .my-col-1, .my-col-2 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .my-col-2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top:30px;
    }
    .border {background: #00477d; margin-top: 0;}
    .section-1-text {padding-left: 10px;}
    .section-1-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px;
    }
    .section-1-list ul li {width: 50%; text-align: center;}
    .section-1 .header-list-item,
    .section-1 .header-list-text {float: none;}
    .section-1 .mobile a {text-decoration: underline;}
    .section-1 .mobile a:hover {text-decoration: none;}
    .yellow-button {margin-top: 0; margin-bottom: 15px; text-align: center;}
    .yellow-button a {position: relative;}
    .yellow-button-text {top: 10px;}
    .section-1-list {padding: 20px 0 0;}
    .section-1-list li {float: none; margin-right: 0;}
    .section-1-list li:not(:nth-of-type(n+3)) {margin-bottom:25px;}
    .border-text-inner-1 {margin-left: 0;}
    .border-text-inner-3 {margin-left: 10px;}
    .border-text-inner-5 {margin-left: 10px; font-size: 12px !important;}
    .border-text-inner-5 span {font-size: 12px !important;}
    .section-2 {margin-top: 0; padding-bottom: 20px;}
    .section-2 .my-container {background: none;}
    .section-2 .section-2-wrap {padding-left: 0;}
    .section-2-wrap-text span {font-size: 20px;}
    .section-3-col-1, .section-3-col-2 {width: 100%;}
    .section-3 {padding: 20px 0; height: auto;}
    .section-3 .section-3-wrap {padding: 0 15px;}
    .section-3-item p { font-size: 14px; padding-top: 40px;}
    .section-3 .yellow-button-shadow {
        padding-right: 0;
        margin: 0 auto;
        padding-top: 20px;
        float: none;
    }
    .section-3 .yellow-button-shadow a {position: relative; display: block;}
    .section-3 .yellow-button-shadow .yellow-button-shadow-text {
        left: 50%;
        top: 55px;
        font-size: 28px;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-3 .yellow-button-shadow img {max-width: 100%;}
    .section-3 .yellow-button-shadow .hand {display: none;}
    .section-4 {margin-top: 30px;}
    .section-4 .section-3-text {padding-bottom: 10px;}
    .section-4 .section-3-text h1 {font-size:30px;}
    .feedback-footer img {display: none;}
    .feedback-footer a img {display: block; margin: 0 auto;}
    .yellow-button-footer a {position: relative; width: 100%;}
    .yellow-button-footer img {max-width: 100%;}
    .yellow-button-footer .yellow-button-footer-text {
        left: 50%;
        top: 15px;
        font-size: 32pt;
        width: 100%;
        -webkit-transform: translateX(-50%);transform: translateX(-50%);;
    }
    .footer {height: auto; margin-top: 350px; text-align: center;}
    .font-white-upp,
    .footer-text,
    .col-2-footer,
    .col-1-footer {float: none;}
    .col-1-footer {margin-top: -35px;}
    .col-2-footer {margin-top: 35px;}
    .font-white-upp {display: inline-block; margin-bottom: 10px;}
    .section-1 .mobile {display: block;}
    .section-1 .desktop {display: none;}
    .section-2-wrap-text {margin-top: 0;}
    .section-text .text-wrap .item-string {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0 15px;}
    .section-text .text-wrap .item {width: 100%;}
    .phone-mobile {display: block;}
    .section-2-text-2 {font-size:16px; width: 220px;}
    .section-1-text {width: 174px; font-size:2.3em;}
}

@media only screen and (max-width: 480px) {
    .font-white-upp {font-size:14px;}
    .section-2-text-2 {padding-left: 10px;}
    .yellow-button img {max-width: 100%;}
    .yellow-button-text {
        font-size:20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
    .border {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        text-align: center;
    }
    .section-2-wrap-text {margin-left: 0; padding: 0 15px;}
    .section-2-img {padding: 0 15px;}
    .section-2-img img:first-child {display: none;}
    .section-2-img img:nth-child(2) {margin-top: 5px !important; margin-left: 0 !important; margin-right: 5px;}
    .section-2-img p {margin-left: 0 !important; margin-right: 0 !important;}
    .section-2-wrap-text span {font-size: 15px;}
    .section-3-text h1 {font-size:20px;}
    .section-3-item img {width: 100px;}
    .section-3-item p {padding-top: 10px; font-size:12px;}
    .section-3 .yellow-button-shadow {width: 290px;}
    .section-3 .yellow-button-shadow .yellow-button-shadow-text {top: 35px; font-size:22px;}
    .section-4 .section-3-text h1,
    .section-4 .section-3-text span {font-size:20px;}
    .yellow-button-footer {width: 290px; top: -35px;}
    .yellow-button-footer .yellow-button-footer-text {font-size:22px;}
    .col-1-footer {margin-top: -20px;}
    .col-1-footer .header-item {margin-left: 0; padding-left: 0;}
    .col-1-footer .header-item::before {display: none;}
    .footer-text {margin-left: 0;}
    .section-1 .section-1-text {font-size:1.5em; width: auto;}
    .section-1 .section-2-text-1 {font-size:79pt; line-height: 1; margin-top: 0; padding-top: 31px;}
    .section-1 .section-2-text-2 {font-size:12px; width: 130px; padding-left: 0; text-align: left;}
    .section-1 .wrap-box {text-align: center;}
    .section-text h2,
    .section-text h2 span{font-size:20px;}
}
#blink {
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
    font-weight: bold;
    color: #ffffff;
}

@-webkit-keyframes blink {
    0% { color: #ffffff; }
    50% { color: #ffbb00; }
    100% { color: #ffffff; }
}

@keyframes blink {
    0% { color: #ffffff; }
    50% { color: #ffbb00; }
    100% { color: #ffffff; }
}

#progress-send-msg {
    opacity: 0;
}
#progress-send-msg .progress-bar {
    width: 50%
}
.header-item-right.phone a {
    padding-right: 0px;
    text-decoration: none;
}
.header-item-right.phone a span {
    color: #ffffff;
    font-size: 16pt;
}
.section-1-text span {
    color: #000000;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 1em;
}
.circle-1 span {
    font-size: 22pt;
}
.circle-2 span:first-child {
    font-size: 14px;
    margin-left:6px;
}
.circle-2 span:last-child {
    color: #ffffff;
    font-size:10pt;
    line-height:0%;
}
.border-text-inner-5 span:last-child {
    color: #ffffff;
    font-size:10pt;
    line-height:0%;
}
.section-2-img img:nth-child(2) {
    margin-left: 60px;
    margin-top: 24px;
    float:left;
}
.section-2-img p {
    margin-top: 24px;
    margin-left: 90px;
    margin-right: 60px;
    font-weight:bold;
    text-transform: uppercase;
}
.section-3-col-1 > img,
.section-3-col-2 > img {
    padding-bottom:52px;
}
.section-4 > div {
    position:relative;
}
.feedback-footer > img {
    margin-bottom: 72px;
}
.footer-wrap {
    clear:both;
}
.footer-wrap .footer-text span {
    color: #ffffff;
    font-size:10pt;
    line-height:0%;
}

.header-item {
    color: #fff;
}
.header-item span {
    all: inherit;
    padding: 0;
    margin: 0;
    color: #fff !important;
}
.col-2-footer.city {
    width: 40%;
}
.col-2-footer.city .title {
    color: #fff;
    font-weight: bold;
}
.col-2-footer.city ul {
    list-style: none;
}
.col-2-footer.city li {
    display: inline-block;
    font-size: 14px;
}
.col-2-footer.city li a {
    color: #fff;
}
.col-2-footer.city li a:hover {

}

@media only screen and (max-width: 992px) {
    .col-1-footer {
        margin-top: -45px;
        width: 65%;
    }
    .col-2-footer.city {
        width: 30%;
    }
}
@media only screen and (max-width: 768px) {
    .col-1-footer {
        margin-top: -25px;
        width: 100%;
    }
    .col-2-footer.city {
        width: 100%;
    }
}