body {
    position: relative;
    min-width: 320px;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #00003c;
    -webkit-font-smoothing: antialiased;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #65767d;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #65767d;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #65767d;
}
a {
    color: inherit;
}
a:focus,
button:focus {
    outline: none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    max-height: 100%;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; 
    font-weight: normal;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.sect {
    position: relative;
}
.container {
    position: relative;
}
a,
a::before,
a::after,
.button,
.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-nav .owl-prev::before,
.owl-nav .owl-next::before,
.owl-nav .owl-prev::after,
.owl-nav .owl-next::after,
.mfp-close,
.responsibility.sect .items .item .icon img,
.types.sect .content > .bottom .items .item,
.types.sect .content > .bottom .items .item .arrow,
.steps.sect .content > .top .items .item .text .num,
.steps.sect .content > .top .items .item .text .desc,
.main.sect > .container .content .top .items .item .icon::before,
.main.sect > .container .content .top .items .item .icon::after,
.popup_callback.sect form .personal input[type="checkbox"] + label::after,
.test.sect .steps > .num .line .fill,
.test.sect .steps .step .answer.image .items .item::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input[type="text"],
textarea {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #00003c;
    background-color: #fff;
    border: 1px solid #a6b6bc;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    padding: 17px 30px 18px;
    margin-bottom: 10px;
}
textarea {
    resize: none;
    height: 100px;
}
input[type="text"].error,
textarea.error {
    border-color: #f00!important;
    background: #fcc!important;
}
.button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    background: #44b2e4;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    padding: 27px 50px 28px;
}
.button:hover {
    background: #2d97c8;
}
form .button {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 25px 10px;
    margin-top: 20px;
}
form .button:hover {
    background-color: #3294c0;
}
.intro {
    position: relative;
    margin-bottom: 30px;
}
.intro .caption {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.intro .caption.single {
    padding-top: 18px;
    padding-bottom: 18px;
}
.intro .desc {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
}
.intro .num {
    position: absolute;
    top: 0;
    right: 100%;
    font-family: 'OpenSansCondensed', Arial, Helvetica, sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: .8;
    color: #44b2e4;
    margin-right: 15px;
}
.intro .num::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 2px;
    height: 38px;
    background-color: #44b2e4;
    margin-left: -1px;
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
}
.owl-carousel .owl-item.active {
   opacity: 1;
   visibility: visible;
}
.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #44b2e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -45px;
}
.owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #44b2e4;
}
.owl-nav .owl-prev::before,
.owl-nav .owl-next::before,
.owl-nav .owl-prev::after,
.owl-nav .owl-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../img/reviews/controls.png');
    margin-top: -10px;
    margin-left: -9px;
}
.owl-nav .owl-prev::after,
.owl-nav .owl-next::after {
    background-position: 0 -20px;
}
.owl-nav .owl-next::before,
.owl-nav .owl-next::after {
    background-position: -14px 0;
    margin-left: -5px;
}
.owl-nav .owl-next::after {
    background-position: -14px -20px;
}
.owl-nav .owl-prev::after,
.owl-nav .owl-next::after,
.owl-nav .owl-prev:hover::before,
.owl-nav .owl-next:hover::before {
    opacity: 0;
}
.owl-nav .owl-prev:hover::after,
.owl-nav .owl-next:hover::after {
    opacity: 1;
}
.owl-dots {
    font-size: 0;
    margin-top: 15px;
}
.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background-color: #ababab;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background-color: #44b2e4;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.responsibility.sect {
    background-repeat: no-repeat;
    background-image: url('../img/responsibility/bg.jpg');
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 0;
}
.responsibility.sect .items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 0;
    margin-left: -30px;
    margin-top: -40px;
}
.responsibility.sect .items .item {
 position: relative;
 display: inline-block;
 vertical-align: top;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 width: 360px;
 font-size: 18px;
 padding-top: 70px;
 margin-left: 30px;
 margin-top: 40px;
}
.responsibility.sect .items .item .icon {
 position: relative;  
 display: table;
 margin-left: auto;
 margin-right: auto; 
 margin-top: -93px;
}
.responsibility.sect .items .item .icon > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -62px;
    margin-top: -62px;
}
.responsibility.sect .items .item .icon:hover > img {
    opacity: 0;
}
.responsibility.sect .items .item .icon > .hover img {
    opacity: 0;
}
.responsibility.sect .items .item .icon:hover > .hover img {
    opacity: 1;
}
.responsibility.sect .items .item .text {
    max-width: 318px;
    background-color: #fff;
    border: 8px solid #e0eaee;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}
.responsibility.sect .items .item .text .caption {
    font-size: 18px;
    font-weight: 700;
}
.responsibility.sect .items .item .text .desc {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}
.responsibility.sect .items .item .text .desc ul.list li {
    position: relative;
    padding-left: 40px;
    margin-top: 24px;
}
.responsibility.sect .items .item .text .desc ul.list li:first-child {
    margin-top: 0;
}
.responsibility.sect .items .item .text .desc ul.list li::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url('../img/responsibility/marker.png');
}

.types.sect {
    overflow: hidden;
    padding: 45px 0;
}
.types.sect .content {
    position: relative;
    z-index: 1;
}
.types.sect .bg {
    position: absolute;
    top: 40px;
    right: -390px;
    z-index: -1;
}
.types.sect .bg img {
    max-width: none;
    max-height: none;
}
.types.sect .content > .top .items {
    font-size: 0;
    margin-left: -30px;
    margin-top: -30px;
}
.types.sect .content > .top .items .item {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border: 8px solid #44b2e4;
    padding: 15px;
    margin-left: 30px;
    margin-top: 30px;
}
.types.sect .content > .top .items .item .icon,
.types.sect .content > .top .items .item .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.types.sect .content > .top .items .item .icon {
    width: 80px;
    text-align: center;
    margin-right: 25px;
}
.types.sect .content > .top .items .item .icon > .table {
    display: table;
    width: 100%;
}
.types.sect .content > .top .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 77px;
}
.types.sect .content > .top .items .item .text {
    width: 209px;
}
.types.sect .content > .top .items .item .text .caption {
    font-size: 18px;
    font-weight: 700;
    color: #44b2e4;
}
.types.sect .content > .bottom {
    margin-top: 40px;
}
.types.sect .content > .bottom .items {
    font-size: 0;
    margin-top: -30px;
}
.types.sect .content > .bottom .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 70px;
    font-size: 18px;
    padding-left: 100px;
    margin-top: 30px;
}
.types.sect .content > .bottom .items .item .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: #111d59;
}
.types.sect .content > .bottom .items .item .arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('../img/types/arrow.png');
    margin-left: -11px;
    margin-top: -7px;
}
.types.sect .content > .bottom .items .item .arrow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 585px;
    height: 100%;
    background-color: #111d59;
}
.types.sect .content > .bottom .items .item .text {
    max-width: 740px;
}
.types.sect .content > .bottom .items .item .text .caption {
    font-size: 22px;
    font-weight: 700;
}
.types.sect .content > .bottom .items .item .text .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}

.steps.sect {
    padding: 45px 0 0;
}
.steps.sect .intro {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 8px;
}
.steps.sect .content {
    position: relative;
    z-index: 1;
}
.steps.sect .img {
    position: absolute;
    top: 100px;
    left: -390px;
    z-index: -1;
}
.steps.sect .img img {
    max-width: none;
    max-height: none;
}
.steps.sect .content > .top {
    border: 8px solid #44b2e4;
    padding: 130px 30px 30px;
    margin-left: 100px;
    margin-top: -168px;
}
.steps.sect .content > .top .items {
    font-size: 0;
    margin-left: -30px;
    margin-top: -10px;
}
.steps.sect .content > .top .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 218px;
    height: 150px;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 10px;
}
.steps.sect .content > .top .items .item .text .num {
    position: absolute; 
    top: 0; 
    left: -15px;    
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    opacity: .16;
}
.steps.sect .content > .top .items .item:hover .text .num {
    font-size: 80px;    
    opacity: 1; 
}
.steps.sect .content > .top .items .item .text .desc {
    font-size: 16px;
    font-weight: 600;
    padding-top: 50px;
}
.steps.sect .content > .top .items .item:hover .text .desc {
    padding-top: 75px;  
}
.steps.sect .content > .bottom {
    font-size: 0;    
}
.steps.sect .content > .bottom .alert,
.steps.sect .content > .bottom .items {
    display: inline-block;  
    vertical-align: middle;    
}
.steps.sect .content > .bottom .alert {
    position: relative; 
    width: 262px; 
    font-size: 18px;    
    color: #fff;    
    background-color: #111d59;
    margin-right: 30px; 
    margin-top: -40px;
}
.steps.sect .content > .bottom .alert::before {
    content: '!';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 170px;
    text-align: center; 
    font-size: 150px; 
    font-weight: 700;     
    line-height: 1; 
    opacity: .1;
    margin-top: -75px;  
    margin-right: 30px;
    z-index: 1; 
}
.steps.sect .content > .bottom .alert::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 390px;
    height: 100%;
    background-color: #111d59;
}
.steps.sect .content > .bottom .alert .text {
    padding: 30px 10px 30px 0;  
}
.steps.sect .content > .bottom .alert .text .caption {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.steps.sect .content > .bottom .alert .text .desc {
    font-size: 16px; 
    font-weight: 700;
    line-height: 1.5;
}
.steps.sect .content > .bottom .items {
    text-align: center;
    margin-left: -30px;
    margin-top: -40px;
}
.steps.sect .content > .bottom .items .item {
    display: inline-block;
    vertical-align: top;
    width: 262px;
    margin-left: 30px;
    margin-top: 40px;
}
.steps.sect .content > .bottom .items .item .text .caption {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.steps.sect .content > .bottom .items .item .text .caption .selected {
    font-size: 60px;
    font-weight: 700;
}
.steps.sect .content > .bottom .items .item .text .desc {
    font-size: 16px;
    margin-top: 5px;
}

.contacts.sect {
    color: #fff;
    background-color: #111d59;
}
.contacts.sect .content {
    position: relative;
}
.contacts.sect .info {
    max-width: 50%;
    padding-top: 45px;
    padding-bottom: 85px;
    padding-right: 20px;
}
.contacts.sect .info .groups {
    font-size: 0;
    margin-top: -40px;
}
.contacts.sect .info .groups .group {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 40px;
}
.contacts.sect .info .groups .group > .left,
.contacts.sect .info .groups .group > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.contacts.sect .info .groups .group > .left {
    width: 230px;
    margin-right: 20px;
}
.contacts.sect .info .groups .group > .left .text .caption {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #44b2e4;
}
.contacts.sect .info .groups .group > .right {
    width: 300px;
}
.contacts.sect .info .groups .group > .right > .text .items {
    font-size: 0;
    margin-top: -20px;
}
.contacts.sect .info .groups .group > .right > .text .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}
.contacts.sect .info .groups .group > .right > .text .caption {
    position: relative;
    font-size: 18px;
    padding-left: 40px;
}
.contacts.sect .info .groups .group > .right > .text .caption.phone {
    font-size: 24px;
}
.contacts.sect .info .groups .group > .right > .text .caption.phone::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url('../img/contacts/phone.png');
    margin-top: -11px;
}
.contacts.sect .info .groups .group > .right > .text .caption.email::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('../img/contacts/email.png');
    margin-top: -9px;
}
.contacts.sect .info .groups .group > .right > .text .caption.address::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url('../img/contacts/address.png');
}
.contacts.sect .info .groups .group > .right .socials {
    margin-left: 40px;
    margin-top: 30px;
}
.contacts.sect .info .groups .group > .right .socials .items {
    font-size: 0;
    margin-left: -10px;
    margin-top: -10px;
}
.contacts.sect .info .groups .group > .right .socials .items .item {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
}
.contacts.sect .info .groups .group > .right .socials .items .item .icon {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    text-align: center;
    background-color: #44b2e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.contacts.sect .info .groups .group > .right .socials .items .item .icon:hover {
    opacity: .8;
}
.contacts.sect .info .groups .group > .right .socials .items .item .icon > .table {
    display: table;
    width: 100%;
}
.contacts.sect .info .groups .group > .right .socials .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
}
.contacts.sect .map {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}

.footer.sect {
    text-align: center;
    border-bottom: 3px solid #44b2e4;
    padding: 15px 0 30px;
}
.footer.sect .content {
    position: relative;
    display: table; 
    width: 100%;    
}
.footer.sect .up {
    position: absolute;
    bottom: -30px;
    left: 100%;
    width: 96px;
    height: 54px;
    border: 10px solid #b8e2f5;
    border-bottom: none;
    background-color: #44b2e4;
    margin-left: 60px;
}
.footer.sect .up:hover {
    opacity: .8;
}
.footer.sect .up::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url('../img/footer/up.png');
    margin-left: -11px;
    margin-top: -6px;
}
.footer.sect .logo,
.header.sect .logo {
    float: left;
    text-align: left;
    font-size: 0;
}
.footer.sect .logo > .icon,
.footer.sect .logo > .text,
.header.sect .logo > .icon,
.header.sect .logo > .text {
    display: inline-block;
    vertical-align: middle;
}
.footer.sect .logo > .icon,
.header.sect .logo > .icon {
    margin-right: 10px;
}
.footer.sect .logo > .text,
.header.sect .logo > .text {
    color: #44b2e4;
}
.footer.sect .logo > .text .caption,
.header.sect .logo > .text .caption {
    font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.footer.sect .logo > .text .desc,
.header.sect .logo > .text .desc {
    font-family: 'CenturyGothic', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.footer.sect .politics {
    display: inline-block;
    vertical-align: top;
    width: 165px;
    font-size: 14px;
    color: #697e88;
    margin-top: 16px;
    margin-right: 150px;
}
.footer.sect .politics a {
    border-bottom: 1px solid;
}
.footer.sect .politics a:hover {
    border-bottom-color: transparent;
}
.footer.sect .info {
    float: right;
}
.footer.sect .info .developer {
    display: inline-block;
    vertical-align: top;
}
.footer.sect .info .developer:hover {
    opacity: .8;
}
.footer.sect .info .developer .text {
    display: block;
}
.footer.sect .info .developer .text .caption {
    display: block;
    font-size: 13px;
    font-weight: 700;
}
.footer.sect .info .developer .icon {
    display: block;
    margin-top: 10px;
}
.footer.sect .info .developer .icon img {
    max-width: 90px;
}

.header.sect {
    text-align: center;
}
.header.sect .content {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 0;
}
.header.sect > .container .content .bg {
    position: absolute;
    top: 0;
    left: -390px;
    z-index: -1;
}
.header.sect > .container .content .bg img {
    max-width: none;
    max-height: none;
}
.header.sect .slogan {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
    margin-right: 100px;
}
.header.sect .slogan::before {
    content: '';
    position: absolute;
    bottom: -35px;
    right: 0;
    width: 1920px;
    height: 1px;
    background-color: #44b2e4;
}
.header.sect .slogan::after {
    content: '';
    position: absolute;
    bottom: -39px;
    right: 0;
    width: 9px;
    height: 9px;
    background-color: #44b2e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header.sect .info {
    float: right;
    text-align: right;
}
.header.sect .info .phone {
    font-size: 24px;
    font-weight: 700;
    color: #44b2e4;
}
.header.sect .info .note {
    font-size: 12px;
    color: #44b2e4;
    margin-top: 5px;
}
.header.sect .info .button {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    background: #111d59;
    padding: 12px 22px;
    margin-top: 10px;
}
.header.sect .info .button:hover {
    background: #28388b;
}

.main.sect {
    padding: 0 0 45px;
}
.main.sect > .container .content {
    position: relative;
}
.main.sect > .container .content .img {
    position: absolute;
    top: 40px;
    left: 100%;
    margin-left: -500px;
}
.main.sect > .container .content .img::before {
    content: '';
    position: absolute;
    top: -600px;
    left: 100px;
    width: 1074px;
    height: 1074px;
    border: 100px solid #44b2e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.main.sect > .container .content .img img {
    max-width: none;
    max-height: none;
}
.main.sect > .container .content > .top {
    max-width: 660px;
}
.main.sect > .container .content > .top > .text {  
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.main.sect > .container .content > .top > .text .caption {
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main.sect > .container .content > .top > .text .desc {
    font-size: 28px;
    margin-top: 10px;
}
.main.sect > .container .content > .top .items {
    font-size: 0;
    margin-left: -30px;
}
.main.sect > .container .content > .top .items .item {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 30px;
}
.main.sect > .container .content > .top .items .item .icon {
    position: relative;
    padding-top: 22px;
    padding-bottom: 15px;
}
.main.sect > .container .content > .top .items .item .icon::before,
.main.sect > .container .content > .top .items .item .icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 112px;
    height: 116px;
    background-repeat: no-repeat;
    background-image: url('../img/main/1.png');
    background-position: center center;
    -webkit-background-size: 107px 107px;
    background-size: 107px 107px;
}
.main.sect > .container .content > .top .items .item .icon::after {
    background-image: url('../img/main/1_hover.png');
    -webkit-background-size: 112px 116px;
    background-size: 112px 116px;
    opacity: 0;
}
.main.sect > .container .content > .top .items .item:hover .icon::after {
    opacity: 1;
}
.main.sect > .container .content > .top .items .item:hover .icon::before {
    opacity: 0;
}
.main.sect > .container .content > .top .items .item .icon .caption {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #44b2e4;
    padding-left: 10px;
}
.main.sect > .container .content > .top .items .item .icon .caption .selected {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -5px;
}
.main.sect > .container .content > .top .items .item .text {
    margin-top: 10px;
}
.main.sect > .container .content > .top .items .item .text .desc {
    font-size: 16px;
    line-height: 1.5;
}
.main.sect > .container .content > .bottom {
    margin-top: 40px;
}
.main.sect > .container .content > .bottom .buttons {
    position: relative;
    display: table;
}
.main.sect > .container .content > .bottom .buttons .desc {
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 800;
    margin-left: 65px;
    margin-top: 15px;
}
.main.sect > .container .content > .bottom .buttons .desc .arrow {
    position: absolute;
    left: -40px;
    bottom: 100%;
    margin-bottom: 10px;
}
.main.sect > .container .content > .bottom .buttons .note {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #4d5373;
    margin-top: 10px;
}

.order.sect {
    text-align: center;
    color: #fff;
    background-color: #111d59;
    background-repeat: no-repeat;
    background-image: url('../img/order/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: 2px solid #fff;
    padding: 45px 0;
}
.order.sect .content > .top > .text .caption {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #44b2e4;
}
.order.sect .content > .top > .text .desc {
    margin-top: 30px;
}
.order.sect .content > .top > .text .desc ul.list {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.order.sect .content > .top > .text .desc ul.list li {
    position: relative;
    padding-left: 40px;
    margin-top: 24px;
}
.order.sect .content > .top > .text .desc ul.list li:first-child {
    margin-top: 0;
}
.order.sect .content > .top > .text .desc ul.list li::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url('../img/order/marker.png');
}
.order.sect .content > .bottom {
    margin-top: 40px;
}
.order.sect .content > .bottom .buttons .button {
    width: 100%;
    max-width: 360px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 25px 10px;
}
.order.sect .content > .bottom .buttons .button:hover {
    background-color: #3294c0;
}
.order.sect .content > .bottom .buttons .note {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}

.mfp-container.mfp-inline-holder .mfp-close {
    cursor: pointer;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    opacity: 1;
}
.mfp-container.mfp-inline-holder .mfp-close:hover {
    opacity: .8;
}
.mfp-container.mfp-inline-holder .mfp-close:active {
    top: 0;
}
.mfp-container.mfp-inline-holder .mfp-close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('../img/popup/close.png');
    margin-left: -7px;
    margin-top: -7px;
}
.mfp-bottom-bar {
    visibility: hidden;
}

.popup.sect {
    position: relative;
    width: 100%;
    max-width: 426px;
    text-align: center;
    background-color: #fff;
    padding: 40px 50px 60px;
    margin-left: auto;
    margin-right: auto;
}
.popup_callback.sect .text {
    margin-bottom: 40px;
}
.popup_callback.sect .text .caption {
    font-size: 24px;
    font-weight: 800;
}
.popup_callback.sect .text .desc {
    font-size: 16px;
    margin-top: 20px;
}
.popup_callback.sect form input[type="text"][name="name"] {
    background-repeat: no-repeat;
    background-image: url('../img/popup_callback/name.png');
    background-position: right 20px center;
    -webkit-background-size: 13px 14px;
    background-size: 13px 14px;
}
.popup_callback.sect form input[type="text"][name="phone"] {
    background-repeat: no-repeat;
    background-image: url('../img/popup_callback/phone.png');
    background-position: right 20px center;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
}
.popup_callback.sect form .personal {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-top: 20px;
}
.popup_callback.sect form .personal input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.popup_callback.sect form .personal label {
    display: block;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #65767d;
}
.popup_callback.sect form .personal input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}
.popup_callback.sect form .personal label .link {
    border-bottom: 1px solid;
}
.popup_callback.sect form .personal label .link:hover {
    border-bottom-color: transparent;
}
.popup_callback.sect form .personal input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #383838;
}
.popup_callback.sect form .personal input[type="checkbox"] + label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 1px;
    width: 11px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url('../img/popup_callback/checkbox.png');
    opacity: 0;
}
.popup_callback.sect form .personal input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.popup_politics.popup_callback.sect {
    max-width: 1140px;
}
.popup_politics.popup_callback.sect .text {
    margin-bottom: 0;
}
.popup_politics.popup_callback.sect .text .desc {
    text-align: left;
}
.popup_politics.popup_callback.sect .text .desc p {
    margin-top: 20px;
}

.reviews.sect {
    color: #fff;
    background-repeat: no-repeat;
    background-image: url('../img/reviews/bg.jpg');
    background-position: left top;
    padding: 45px 0 25px;
}
.reviews.sect .intro .desc {
    margin-top: 0;
    margin-bottom: 10px;
}
.reviews.sect .content > .top .items {
    text-align: center; 
    padding-left: 100px;    
    padding-right: 100px;   
}
.reviews.sect .content > .top .items .item {
    max-width: 940px;
    color: #00003c;
    background-color: #fff; 
    -moz-box-shadow: 0 0 50px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
    box-shadow: 0 0 50px rgba(0,0,0,.2);
    padding: 20px 30px 30px;
}
.reviews.sect .content > .top .items .item .text .quote {
    display: inline-block;  
    vertical-align: top;    
    width: 31px;    
    height: 23px;   
    background-repeat: no-repeat;
    background-image: url('../img/reviews/quote.png');
    margin-bottom: 5px;
}
.reviews.sect .content > .top .items .item .text .caption {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.reviews.sect .content > .top .items .item .text .desc {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin-top: 20px;
}

.cert.sect {
    background-repeat: no-repeat;
    background-image: url('../img/cert/bg.jpg');
    background-position: right top;
    padding: 45px 0 25px;
}
.cert.sect .content > .top {
    font-size: 0;
    padding-left: 70px;
}
.cert.sect .content > .top > .left,
.cert.sect .content > .top > .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.cert.sect .content > .top > .left {
    width: 270px;
    margin-right: 20px;
}
.cert.sect .content > .top > .right {
    width: 780px;
    text-align: right;
}
.cert.sect .content > .top > .right .items {
    text-align: center;
}
.cert.sect .content > .top > .right .items .item .icon {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
}
.cert.sect .content > .top > .right .items .item .icon.horizontal {
    width: 250px;
    background-image: url('../img/cert/icon_horizontal.png');
    margin-top: 35px;
    margin-bottom: 35px;
}
.cert.sect .content > .top > .right .items .item .icon.vertical {
    width: 194px;
    background-image: url('../img/cert/icon_vertical.png');
}
.cert.sect .content > .top > .right .items .item .icon > .table {
    display: table;
    width: 100%;
}
.cert.sect .content > .top > .right .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 19px;
}
.cert.sect .content > .top > .right .items .item .icon.horizontal > .table > .cell {
    height: 188px;
}
.cert.sect .content > .top > .right .items .item .icon.vertical > .table > .cell {
    height: 258px;
}

.workers.sect {
    background-repeat: no-repeat;
    background-image: url('../img/workers/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 55px;
}
.workers.sect .intro {
    margin-bottom: 85px;
}
.workers.sect .content > .top {   
    margin-left: -100px;
    margin-right: -100px;
}
.workers.sect .content > .top .items {
    text-align: center; 
    padding-left: 100px;    
    padding-right: 100px; 
}
.workers.sect .content > .top .items .owl-nav .owl-prev,
.workers.sect .content > .top .items .owl-nav .owl-next {
    top: 138px;
    margin-top: 0;
}
.workers.sect .content > .top .items .owl-dots {
    margin-top: 25px;
}
.workers.sect .content > .top .items .item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.workers.sect .content > .top .items .item .icon {
    position: relative;
    padding-bottom: 5px;
}
.workers.sect .content > .top .items .item .icon::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 144px;
    height: 4px;
    background-color: #44b2e4;
}
.workers.sect .content > .top .items .item .text {
    margin-top: 25px;
}
.workers.sect .content > .top .items .item .text .caption {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.workers.sect .content > .top .items .item .text .desc {
    font-size: 14px;
    color: #727481;
    margin-top: 25px;
}

.clients.sect {
    background-repeat: no-repeat;
    background-image: url('../img/clients/bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 55px;
}
.clients.sect .intro {
    margin-bottom: 50px;
}
.clients.sect .content > .top {   
    margin-left: -100px;
    margin-right: -100px;
}
.clients.sect .content > .top .groups {
    position: relative; 
    text-align: center; 
    padding-left: 100px;    
    padding-right: 100px; 
}
.clients.sect .content > .top .groups::before {
    content: '';
    position: absolute; 
    top: 0; 
    right: 25%;  
    border-bottom: 16px solid #44b2e4;
    border-left: 1920px solid #44b2e4;
    border-right: 16px solid transparent;
    z-index: 1;
}
.clients.sect .content > .top .groups::after {
    content: '';
    position: absolute; 
    bottom: 46px; 
    left: 25%;  
    border-bottom: 16px solid #44b2e4;
    border-right: 1920px solid #44b2e4;
    border-left: 16px solid transparent;
    z-index: 1;
}
.clients.sect .content > .top .groups .owl-dots {
    margin-top: 35px;
}
.clients.sect .content > .top .groups .group {
    width: 285px;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
.clients.sect .content > .top .groups .group .items .item .icon {
    position: relative;
    background-color: #fff;
}
.clients.sect .content > .top .groups .group .items .item .icon::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.clients.sect .content > .top .groups .group .items .item .icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.clients.sect .content > .top .groups .group .items .item:first-child .icon::after {
    border-top-color: transparent;
}
.clients.sect .content > .top .groups .group .items .item:last-child .icon::after {
    border-bottom-color: transparent;
}
.clients.sect .content > .top .groups .group .items .item .icon > .table {
    display: table;
    width: 100%;
}
.clients.sect .content > .top .groups .group .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    padding: 20px;
}

.objects.sect > .container .content {
    position: relative;
    padding: 60px 0 25px;
}
.objects.sect > .container .content .img {
    position: absolute;
    top: 40px;
    left: 100%;
    margin-left: -290px;
}
.objects.sect > .container .content .img img {
    max-width: none;
    max-height: none;
}
.objects.sect .intro {
    margin-bottom: 60px;
}
.objects.sect .content > .top {   
    margin-left: -100px;
    margin-right: -100px;
}
.objects.sect .content > .top .items {
    text-align: center; 
    padding-left: 100px;    
    padding-right: 100px; 
}
.objects.sect .content > .top .items .item {
    max-width: 360px;
    background-color: #fff;
    border-top: 5px solid #44b2e4;
    -moz-box-shadow: 0 0 50px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.2);
    box-shadow: 0 0 50px rgba(0,0,0,.2);
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.objects.sect .content > .top .items .item .icons {
    font-size: 0;
    margin-top: -5px;
    margin-left: -5px;
}
.objects.sect .content > .top .items .item .icons .icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 113px;
    margin-top: 5px;
    margin-left: 5px;
}
.objects.sect .content > .top .items .item .icons .icon.selected {
    width: auto;
}
.objects.sect .content > .top .items .item .icons .icon.selected,
.objects.sect .content > .top .items .item .icons .icon.active {
    cursor: default;
}
.objects.sect .content > .top .items .item .text {
    text-align: left;
    padding: 15px 10px 0;
}
.objects.sect .content > .top .items .item .text .caption {
    font-size: 18px;
    font-weight: 700;
}
.objects.sect .content > .top .items .item .text .desc {
    font-size: 14px;
    margin-top: 5px;
}
.objects.sect .content > .top .items .item .text .note {
    font-size: 14px;
    margin-top: 10px;
}
.objects.sect .content > .top .items .item .text .note a {
    border-bottom: 1px solid;
}
.objects.sect .content > .top .items .item .text .note a:hover {
    border-bottom-color: transparent;
}

.test.sect {
    overflow: hidden;
    padding: 60px 0 0;
}
.test.sect .content {
    position: relative;
    z-index: 1;
}
.test.sect .img {
    position: absolute;
    top: 40px;
    left: -390px;
    z-index: -1;
}
.test.sect .img img {
    max-width: none;
    max-height: none;
}
.test.sect .content > form {
    position: relative;
    text-align: center;
    color: #fff;
    min-height: 651px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 100px;
}
.test.sect .content > form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1432px;
    height: 100%;
    background-color: #111d59;
    background-repeat: no-repeat;
    background-image: url('../img/test/bg.jpg');
    z-index: -1;
}
.test.sect .main {
    padding: 50px 0 30px;
}
.test.sect .main > .top {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.test.sect .main > .top .icon {
    margin-bottom: 30px;
}
.test.sect .main > .top .text .caption {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.test.sect .main > .top .text .note {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
}
.test.sect .main > .top .text .desc {
    font-size: 24px;
    margin-top: 60px;
}
.test.sect .main > .buttons {
    font-size: 0;
    margin-top: 60px;
}
.test.sect .main > .buttons .button {
    max-width: 320px;
    font-size: 16px;
    font-weight: 800;
    padding-top: 27px;
    padding-bottom: 28px;
    margin-top: 0;
}
.test.sect .main > .buttons .note {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}
.test.sect .steps {
    display: none;
    padding: 30px 0;
}
.test.sect .steps > .num {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.test.sect .steps > .num .text .caption {
    font-size: 14px;
} 
.test.sect .steps > .num .line {
    position: relative;
    height: 4px;
    background-color: #00003c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
}
.test.sect .steps > .num .line .fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #44b2e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.test.sect .steps .step {
    margin-top: 30px;
}
.test.sect .steps .step > .table {
    display: table;
    width: 100%;
}
.test.sect .steps .step > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 536px;
}
.test.sect .steps .step > .table > .cell > .top {
    margin-bottom: 30px;
}
.test.sect .steps .step > .table > .cell > .top .text .caption {
    font-size: 24px;
}
.test.sect .steps .step .answer .items {
    font-size: 0;
    margin-top: -15px;
}
.test.sect .steps .step .answer .items .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}
.test.sect .steps .step .answer .items .item .radio {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 290px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.test.sect .steps .step .answer .items .item .radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.test.sect .steps .step .answer .items .item .radio label {
    display: block;
    font-size: 18px;
    line-height: 1.5;
}
.test.sect .steps .step .answer .items .item .radio input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 47px;
}
.test.sect .steps .step .answer .items .item .radio input[type="radio"] + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.test.sect .steps .step .answer .items .item .radio input[type="radio"] + label::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}
.test.sect .steps .step .answer .items .item .radio input[type="radio"]:checked + label::after {
    opacity: 1;
}
.test.sect .steps .step .answer .items .item  input[type="text"],
.test.sect .steps .step .answer .items .item textarea {
    max-width: 460px;
    font-size: 20px;
    padding-bottom: 17px;
    margin-bottom: 0;
}
.test.sect .steps .step .answer.image .items {
    margin-left: -30px;
    margin-top: -30px;
}
.test.sect .steps .step .answer.image .items .item {
    cursor: pointer;
    position: relative;
    width: 205px;
    background-color: #fff;
    margin-left: 30px;
    margin-top: 30px;
}
.test.sect .steps .step .answer.image .items .item.checked {
    cursor: default;
}
.test.sect .steps .step .answer.image .items .item::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    background-color: #00003c;
    background-repeat: no-repeat;
    background-image: url('../img/test/checked.png');
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}
.test.sect .steps .step .answer.image .items .item.checked::before {
    opacity: 1;
}
.test.sect .steps .step .answer.image .items .item .icon > .table {
    display: table;
    width: 100%;
}
.test.sect .steps .step .answer.image .items .item .icon > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 130px;
}
.test.sect .steps .step .answer.image.big .items .item .icon > .table > .cell {
    height: 192px;
}
.test.sect .steps .step .answer.image .items .item .text {
    padding: 5px;
}
.test.sect .steps .step .answer.image .items .item .text > .table {
    display: table;
    width: 100%;
}
.test.sect .steps .step .answer.image .items .item .text > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    height: 32px;
}
.test.sect .steps .step .answer.image .items .item .text .caption {
    font-size: 16px;
    line-height: 1;
    color: #00003c;
}
.test.sect .steps .step .buttons {
    font-size: 0;
    margin-top: 30px;
}
.test.sect .steps .step .buttons .button {
    max-width: 160px;
    font-size: 16px;
    font-weight: 800;
    padding-top: 27px;
    padding-bottom: 28px;
    margin-top: 0;
}
.test.sect .steps .step .buttons .button.prev {
    color: #44b2e4;
    background-color: transparent;
    border: 1px solid #44b2e4;
    padding-top: 26px;
    padding-bottom: 27px;
    padding-left: 9px;
    padding-right: 9px;
    margin-right: 35px;
}
.test.sect .steps .step .buttons .button.prev:hover {
    color: #fff;
    background-color: #44b2e4;
}

.main.sect > .container .content > .top > .text,
.types.sect .content > .top .items .item,
.steps.sect .content > .top .items .item,
.responsibility.sect .items .item,
.types.sect .content > .bottom .items .item,
.contacts.sect .info,
.main.sect > .container .content .img img,
.contacts.sect .map,
.main.sect > .container .content > .top .items .item,
.steps.sect .content > .bottom .items .item {
    opacity: 0;
}

html.thanks,
body.thanks {
    min-height: 100%;
    height: 100%;
}
body.thanks {
    text-align: center;
    background-repeat: no-repeat;
    background-image: url('../img/complete/bg.jpg');
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
body.thanks .wrapper {
    position: static;
}
.complete.sect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 15px; 
}
.complete.sect > .table {
    display: table;
    width: 100%;
    height: 100%;
}
.complete.sect > .table > .cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.complete.sect .text .caption {
    font-size: 48px;
    font-weight: 800;
}
.complete.sect .text .desc {
    font-size: 32px;
    margin-top: 20px;
}