body {
    background: #FFFFFF;
    font-family: "Roboto-Regular", Arial, Verdana, Tahoma, sans-serif;
    font-size: 18px;
    color: #393939;
}

.global-wrapper {
    overflow: hidden;
    max-width: 1950px;
    min-width: 315px;
    overflow: hidden;
    margin: 0 auto;
}

ol, ul {
    list-style: none;
    margin-bottom: 0;
}

.clearfix:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
}

input {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body a:hover, body a:active, body a:focus {
    text-decoration: none;
    outline: 0;
}

input:focus, button:focus {
    border: none;
    outline: none;
}

button, html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.crimson-btn {
    height: 58px;
    background-color: #ca1329;
    border-radius: 3px;
    box-shadow: 1px 1.7px 0 rgba(38, 40, 44, 0.66);
    display: inline-block;
    color: #fff;
    padding: 0 32px;
    font-size: 18px;
    font-family: "Roboto-Black";
    line-height: 58px;
    text-align: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-transform: uppercase;
}

    .crimson-btn:hover {
        background: #a91022;
        color: #fff;
    }

    .crimson-btn:active {
        box-shadow: inset 1px 2px 0px #5a0812, 0 0 0 #fff !important;
        color: #fff;
        border-top: 1px solid transparent;
    }

    .crimson-btn:focus {
        color: #fff;
    }

.main-title {
    display: block;
    font: 62px "Stem-Bold";
    margin: 0;
    text-transform: uppercase;
}

    .main-title small {
        font-size: 40px;
        display: block;
        color: #393939;
    }

    .main-title .small {
        color: #393939;
        font-size: 100%;
        text-transform: none;
    }

.section-title {
    display: block;
    font: 30px "Stem-Bold";
    margin: 0 0 18px;
    text-align: center;
    text-transform: uppercase;
}

    .section-title .title-min {
        font: 20px "Stem-Bold" !important;
    }

    .section-title.left {
        text-align: left;
    }

    .section-title.red {
        color: #DC152E;
    }

    .section-title.white {
        color: #fff;
    }

.section-subtitle {
    font: 22px "Roboto-Medium";
    margin: 0 0 20px;
    display: block;
    text-align: center;
}

    .section-subtitle.left {
        text-align: left;
    }

/*******HEADER*********** */
.ui-head {
    padding: 6px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300;
}

.head-logo {
    margin-top: 6%;
}

    .head-logo img {
        max-width: 100%;
        height: auto;
    }

    .head-logo .logo-text {
        font: 16px "PFDinTextCondPro-Regular";
        display: block;
        color: #3C3C3C;
        text-transform: uppercase;
    }

.head-nav {
    position: relative;
    left: -40px;
}

.head-nav-list {
    padding-top: 38px;
}

    .head-nav-list:after {
        content: "";
        display: table;
        height: 0;
        clear: both;
    }

    .head-nav-list li {
        display: block;
        float: left;
        padding: 0 1%;
    }

    .head-nav-list a {
        font-size: 16px;
        color: #383838;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

        .head-nav-list a:hover {
            color: #2C2C2C;
        }

        .head-nav-list a.active {
            color: #2C2C2C;
        }

    .head-nav-list .phone-number a {
        color: #DC152E;
        font-size: 24px;
    }

        .head-nav-list .phone-number a:hover {
            color: #DC152E;
        }

.dial-number {
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 3px;
    overflow: hidden;
}

    .dial-number a {
        padding-left: 50px;
        display: block;
        width: 45px;
        height: 45px;
        overflow: hidden;
        position: relative;
    }

        .dial-number a:after {
            content: "";
            display: block;
            width: 60%;
            height: 60%;
            border-radius: 50%;
            background: url(../img/icons/phone-mobile-icon.png) no-repeat center;
            background-size: contain;
            position: absolute;
            left: -6px;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
        }

.mobile-bar {
    display: none;
    position: fixed;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.head-toggle-mnu {
    background: transparent;
    display: none;
    height: 45px;
    position: fixed;
    border: 1px solid transparent;
    left: 10px;
    top: 3px;
    width: 45px;
    border-radius: 100%;
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

    .head-toggle-mnu:active {
        border: none;
        outline: none !important;
        -webkit-appearance: button !important;
        box-shadow: none;
    }

    .head-toggle-mnu:focus {
        outline: none !important;
        -webkit-appearance: button !important;
    }

    .head-toggle-mnu:hover {
        cursor: pointer;
    }

    .head-toggle-mnu span {
        display: block;
    }

.fixed-menu {
    position: fixed;
    width: 100%;
    background: #7DD8E7;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 0;
    left: 0;
    z-index: 200;
}

    .fixed-menu .head-nav-list {
        padding-top: 0;
        text-align: center;
    }

        .fixed-menu .head-nav-list li {
            float: none;
            display: inline-block;
            vertical-align: top;
            padding: 7px 10px;
        }

.cut {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.sandwich {
    bottom: 0;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -14px;
    width: 20px;
}

.sw-topper {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    height: 2px;
    position: relative;
    top: 0;
    transition: transform 0.25s ease 0s, top 0.2s ease 0;
    -webkit-transition: -webkit-transform 0.25s ease 0s, top 0.2s ease 0;
    -moz-transition: transform 0.25s ease 0s, top 0.2s ease 0;
    -o-transition: transform 0.25s ease 0s, top 0.2s ease 0;
    width: 20px;
}

.sw-bottom {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    height: 2px;
    position: relative;
    top: 6px;
    width: 20px;
    transition: transform 0.25s ease 0.2s, top 0.2s ease 0;
    -webkit-transition: -webkit-transform 0.25s ease 0s, top 0.2s ease 0;
    -moz-transition: transform 0.25s ease 0s, top 0.2s ease 0;
    -o-transition: transform 0.25s ease 0s, top 0.2s ease 0;
}

.sw-footer {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    height: 2px;
    position: relative;
    top: 12px;
    transition: all 0.25s ease 0.1s;
    -webkit-transition: -webkit-transform 0.25s ease 0s, top 0.2s ease 0;
    -moz-transition: transform 0.25s ease 0s, top 0.2s ease 0;
    -o-transition: transform 0.25s ease 0s, top 0.2s ease 0;
    width: 20px;
}

.sandwich.active .sw-topper {
    top: 8px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
}

.sandwich.active .sw-bottom {
    top: 5px;
    -webkit-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/***********MAIN-SECTION************* */
.main-section {
    padding: 10em 0 4.8em;
    background: url(../img/bg/main-bg.jpg) no-repeat center top;
    background-size: cover;
}

.main-section-content .subtitle {
    color: #fff;
    font: 25px "Roboto-Regular";
    display: block;
    margin: 12px 0 40px 0;
}

/************BUILT-IN-MODULE************** */
.built-in-module {
    padding: 82px 0 90px;
    position: relative;
    z-index: 1;
    background: #F9F9FB url(../img/bg/form-bg/01.png) no-repeat 90% 87%;
    background-size: 40%;
}

    .built-in-module:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        /*background: url(../img/icons/1c-icon.png) no-repeat 90% 67%;*/
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .built-in-module .text {
        padding-right: 26%;
        margin-top: 50px;
    }

/**********DETAILS-LOANDING**************** */
.details-loanding {
    padding: 82px 0;
}

    .details-loanding.first {
        background: #F9F9FB url(../img/bg/form-bg/01.png) no-repeat 36% 67%;
    }

    .details-loanding.second {
        background: #E9E8EB url(../img/bg/form-bg/02.png) no-repeat 102% 61px;
        padding-top: 190px;
        padding-bottom: 174px;
    }

.unloading-form {
    margin-top: 32px;
}

    .unloading-form .min {
        display: block;
        font-size: 18px;
    }

    .unloading-form .form-title {
        font: 30px "Stem-Bold";
        display: block;
        margin: 0 0 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .unloading-form .form-group {
        margin-bottom: 21px;
        position: relative;
    }

    .unloading-form .text-field {
        width: 100%;
        height: 42px;
        background-color: white;
        border: 1px solid #979797;
        border-radius: 3px;
        padding: 0 15px;
        font-size: 18px;
        -webkit-transition: border 0.34s;
        transition: border 0.34s;
    }

        .unloading-form .text-field::-webkit-input-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .unloading-form .text-field::-moz-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .unloading-form .text-field::-ms-input-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .unloading-form .text-field::input-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .unloading-form .text-field:focus {
            border: 1px solid #3DD066;
        }

    .unloading-form .wrapper-form-submit {
        margin-top: 31px;
    }

    .unloading-form .submit-btn {
        font-size: 16px;
        width: 100%;
        padding: 0;
    }

    .unloading-form .bottom-text {
        display: block;
        margin: 44px 0 0;
        font: 22px "Roboto-Medium";
        text-align: center;
    }

/***********ABOUT-US**************** */
.about-us {
    padding: 42px 0 21px;
}

    .about-us .min {
        display: block;
    }

    .about-us .section-subtitle {
        font-size: 18px;
        margin-top: 25px;
    }

    .about-us .section-title .color {
        color: #DC152E;
    }

    .about-us .title-list {
        font: 22px "Roboto-Medium";
        display: block;
        margin: 0 0 25px;
        padding-left: 30px;
        text-transform: uppercase;
    }

    .about-us .left-block {
        padding-left: 5.3%;
        padding-top: 12px;
    }

    .about-us .right-block {
        padding-top: 12px;
        padding-left: 5%;
    }

    .about-us .list-other {
        padding-left: 30px;
    }

        .about-us .list-other li {
            margin-bottom: 23px;
            font-size: 16px;
            position: relative;
        }

            .about-us .list-other li:last-child {
                margin-bottom: 0;
            }

            .about-us .list-other li:after {
                content: "";
                display: block;
                width: 24px;
                height: 24px;
                background: url(../img/icons/spritesheet.png) -20px -84px;
                position: absolute;
                left: -44px;
                top: 0;
            }

    .about-us .list-our {
        padding-left: 30px;
    }

        .about-us .list-our li {
            margin-bottom: 22px;
            font-size: 16px;
            position: relative;
        }

            .about-us .list-our li:last-child {
                margin-bottom: 0;
            }

            .about-us .list-our li:after {
                content: "";
                display: block;
                width: 24px;
                height: 24px;
                background: url(../img/icons/spritesheet.png) -20px -20px;
                position: absolute;
                left: -44px;
                top: 0;
            }

/*********BEGINNING-WORK********************* */
.beginning-work {
    padding: 22px 0 30px;
    background: url(../img/bg/work-bg.jpg) no-repeat center top;
    background-size: cover;
}

.beginning-work-content {
    margin-top: 25px;
}

    .beginning-work-content:after {
        content: "";
        display: table;
        height: 0;
        clear: both;
    }

.beginning-work-item {
    float: left;
    width: 25%;
    padding: 0 15px 0;
    position: relative;
    text-align: center;
}

    .beginning-work-item .text {
        color: #fff;
        display: block;
        margin-top: 15px;
    }

    .beginning-work-item .min {
        display: block;
    }

    .beginning-work-item .register-btn {
        font-size: 16px;
        margin-top: 15px;
        height: 51px;
        line-height: 51px;
        padding: 0 15px;
    }

    .beginning-work-item .item-icon {
        display: inline-block;
        background-image: url(../img/icons/spritesheet.png);
        background-repeat: no-repeat;
        border-radius: 50%;
        width: 124px;
        height: 124px;
        position: relative;
        background-color: rgba(6, 6, 6, 0.2);
        border: 2px solid white;
        z-index: 1;
    }

        .beginning-work-item .item-icon.first {
            background-position: 14px -114px;
        }

            .beginning-work-item .item-icon.first:after {
                background: url(../img/icons/flexure-1.png) no-repeat center;
                background-size: 100%;
                width: 172px;
                right: -172px;
                top: 60px;
                height: 25px;
                z-index: -1;
            }

        .beginning-work-item .item-icon.second {
            background-position: 12px -208px;
        }

            .beginning-work-item .item-icon.second:after {
                background: url(../img/icons/flexure-2.png) no-repeat center;
                background-size: 100%;
                width: 172px;
                right: -172px;
                top: 30px;
                height: 25px;
                z-index: -1;
            }

        .beginning-work-item .item-icon.third {
            background-position: 17px -293px;
        }

            .beginning-work-item .item-icon.third:after {
                background: url(../img/icons/flexure-1.png) no-repeat center;
                background-size: 100%;
                width: 172px;
                right: -172px;
                top: 60px;
                height: 25px;
                z-index: -1;
            }

        .beginning-work-item .item-icon.fourth {
            background-position: -28px -426px;
            border: none;
            background-color: transparent;
        }

        .beginning-work-item .item-icon:after {
            content: "";
            display: block;
            position: absolute;
            z-index: -1;
        }

/**********UPLOADING-DATA**************** */
.uploading-data {
    padding: 82px 0 68px;
    background: url(../img/bg/uploading-data-bg.jpg) no-repeat center top;
    background-size: cover;
}

    .uploading-data .section-subtitle {
        margin: 40px 0 60px;
    }

    .uploading-data .left-block {
        padding-left: 5%;
    }

        .uploading-data .left-block li:first-child:not(.big):after {
            content: "";
            display: block;
            width: 2px;
            height: 170px;
            background: #fff;
            position: absolute;
            left: -16.5px;
            top: 7px;
        }

    .uploading-data .right-block {
        padding-left: 5%;
    }

        .uploading-data .right-block li:first-child:after {
            content: "";
            display: block;
            width: 2px;
            height: 80px;
            background: #fff;
            position: absolute;
            left: -17.5px;
            top: 10px;
        }

.uploading-data-list {
    padding-left: 30px;
}

    .uploading-data-list li {
        margin-bottom: 15px;
        position: relative;
    }

        .uploading-data-list li:before {
            content: "";
            display: block;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            background-color: #dc152e;
            border: 2px solid white;
            position: absolute;
            left: -25px;
            top: 2px;
            z-index: 1;
        }

        .uploading-data-list li.big:before {
            content: "";
            display: block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            background-color: #dc152e;
            border: 2px solid white;
            position: absolute;
            left: -28px;
            top: 2px;
            z-index: 1;
        }

/*********ADVANTAGES*************** */
.advantages {
    padding: 82px 0 76px;
    /*background: url(../img/bg/advantages-bg.jpg) no-repeat center top;
    background-size: cover;*/
    color: #000;
}

    .advantages .min {
        display: block;
    }

    .advantages a {
        color: #000;
        text-decoration: underline;
    }

    .advantages h2.section-title {
        color: #000;
    }

    .advantages .block-text {
        border: 2px solid #fff;
        padding: 30px 10px;
        font: 22px "Roboto-Medium";
        color: #fff;
        width: 92%;
        margin: 0 auto;
        text-align: center;
    }

.advantages-content {
    padding-top: 35px;
}

.advantages-item {
    display: inline-block;
    width: 24.5%;
    padding-left: 60px;
    font: 18px/26px "Roboto-Medium";
    color: #fff;
    position: relative;
    margin-bottom: 75px;
    vertical-align: top;
}

    .advantages-item:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/icons/spritesheet.png);
        background-repeat: no-repeat;
    }

    .advantages-item.first:before {
        width: 50px;
        height: 48px;
        background-position: -20px -596px;
    }

    .advantages-item.second:before {
        width: 40px;
        height: 50px;
        background-position: -20px -684px;
    }

    .advantages-item.third:before {
        width: 50px;
        height: 50px;
        background-position: -20px -774px;
    }

    .advantages-item.fourth:before {
        width: 50px;
        height: 46px;
        background-position: -20px -864px;
    }

    .advantages-item.fifth:before {
        width: 48px;
        height: 50px;
        background-position: -20px -950px;
    }

    .advantages-item.six:before {
        width: 46px;
        height: 50px;
        background-position: -20px -1040px;
    }

    .advantages-item.seven:before {
        width: 50px;
        height: 42px;
        background-position: -20px -1130px;
    }

    .advantages-item.eight:before {
        width: 39px;
        height: 37px;
        background-position: -20px -1212px;
    }

/******GARANTEE************** */
.garantee {
    padding: 82px 0 50px;
    background: url(../img/bg/garantee-bg.jpg) no-repeat center top;
    background-size: cover;
}

    .garantee .section-subtitle {
        color: #DC152E;
        margin: 30px 0 53px;
    }

.garantee-list li {
    margin-bottom: 65px;
    padding-left: 105px;
    position: relative;
}

    .garantee-list li:last-child {
        margin-bottom: 0;
    }

    .garantee-list li:before {
        content: "";
        display: block;
        background-image: url(../img/icons/spritesheet.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

    .garantee-list li.first:before {
        width: 92px;
        height: 74px;
        background-position: -20px -1289px;
    }

    .garantee-list li.second:before {
        width: 84px;
        height: 77px;
        background-position: -20px -1403px;
    }

    .garantee-list li.third:before {
        width: 88px;
        height: 76px;
        background-position: -20px -1520px;
    }

.garantee-list .list-title {
    display: block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.garantee-list .text {
    font-size: 16px;
}

/********FOOTER************** */
.main-footer {
    padding: 20px;
    border-top: 1px solid #a0a0a0;
}

.footer-logo {
    padding-left: 185px;
    padding-top: 30px;
    position: relative;
    font: 32px "Stem-Bold";
    text-transform: uppercase;
}

    .footer-logo small {
        display: block;
        font-size: 21px;
    }

    .footer-logo:before {
        content: "";
        display: block;
        width: 182px;
        height: 138px;
        background: url(../img/icons/spritesheet.png) no-repeat -20px -1635px;
        position: absolute;
        top: 0;
        left: 0;
    }

.footer-right {
    text-align: right;
}

.footer-phone-number {
    font: 25px "Roboto-Bold";
    color: #393939;
    position: relative;
    padding-left: 30px;
}

    .footer-phone-number:after {
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        background: url(../img/icons/phone-icon.png) no-repeat center;
        position: absolute;
        top: 3px;
        left: 0;
    }

    .footer-phone-number:hover {
        color: #393939;
    }

.soc-network {
    margin-top: 33px;
    text-align: right;
}

    .soc-network:after {
        content: "";
        display: table;
        height: 0;
        clear: both;
    }

    .soc-network li {
        display: inline-block;
        margin-left: 4.5%;
        vertical-align: top;
    }

        .soc-network li:first-child {
            margin-left: 0;
        }

    .soc-network a {
        width: 56px;
        height: 56px;
        background-color: #fdfefe;
        border-radius: 50%;
        display: block;
        box-shadow: 0 0 7px rgba(38, 40, 44, 0.21);
        position: relative;
    }

        .soc-network a:after {
            content: "";
            display: block;
            background-image: url(../img/icons/soc-network.png);
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            -webkit-transition: background 0.25s;
            transition: background 0.25s;
        }

        .soc-network a.wk:hover:after {
            background-position: 2px -39px;
        }

        .soc-network a.wk:after {
            width: 38px;
            height: 17px;
            background-position: 2px -6px;
        }

        .soc-network a.fb:hover:after {
            background-position: -100px -33px;
        }

        .soc-network a.fb:after {
            width: 13px;
            height: 23px;
            background-position: -100px 0px;
        }

        .soc-network a.tw:hover:after {
            background-position: -183px -35px;
        }

        .soc-network a.tw:after {
            width: 26px;
            height: 22px;
            background-position: -183px -2px;
        }

        .soc-network a.odn:hover:after {
            background-position: -278px -34px;
        }

        .soc-network a.odn:after {
            width: 15px;
            height: 23px;
            background-position: -278px -1px;
        }

/*******scroll-to-top********* */
.scroll-to-top {
    width: 40px;
    height: 40px;
    background: #7DD8E7;
    margin-top: 25px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 50%;
    display: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 100;
}

    .scroll-to-top:after {
        content: "";
        display: block;
        height: 25px;
        width: 25px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 12px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .scroll-to-top:hover {
        opacity: 0.7;
    }

.inputBorder {
    border: 1px solid #2CB32C !important;
}

/********form-callback******** */
.form-callback {
    width: 400px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #646464;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 14px 55.5px 3.5px rgba(0, 0, 0, 0.55);
    vertical-align: middle;
}

    .form-callback .form-content {
        width: 100%;
        height: 100%;
        padding: 25px 15px;
        overflow: auto;
    }

    .form-callback .form-title {
        font: 20px "Stem-Bold";
        display: block;
        margin: 0 0 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .form-callback .form-group {
        margin-bottom: 21px;
        position: relative;
    }

    .form-callback .text-field {
        width: 100%;
        height: 42px;
        background-color: white;
        border: 1px solid #979797;
        border-radius: 3px;
        padding: 0 15px;
        font-size: 18px;
        -webkit-transition: border 0.34s;
        transition: border 0.34s;
    }

        .form-callback .text-field::-webkit-input-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .form-callback .text-field::-moz-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .form-callback .text-field::-ms-input-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .form-callback .text-field::input-placeholder {
            font-size: 18px;
            color: #5D5D5D;
        }

        .form-callback .text-field:focus {
            border: 1px solid #3DD066;
        }

    .form-callback .wrapper-form-submit {
        margin-top: 31px;
    }

    .form-callback .submit-btn {
        font-size: 16px;
        width: 100%;
        padding: 0;
    }

    .form-callback .bottom-text {
        display: block;
        margin: 44px 0 0;
        font: 22px "Roboto-Medium";
        text-align: center;
    }

.modal-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10000;
}

    .modal-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.message-thanks {
    width: 413px;
    background: #fff;
    padding: 80px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 555;
}

    .message-thanks .title {
        font: 30px "Stem-Bold";
        color: #393939;
        margin: 0 0 10px 0;
        display: block;
    }

    .message-thanks .message-text {
        display: block;
        margin: 0;
        font: 15px "Stem-Bold";
        color: #393939;
    }

.modal-close {
    width: 40px;
    height: 40px;
    font-size: 40px;
    border: 1px solid #646464;
    background: #fff;
    line-height: 37px;
    border-radius: 50%;
    color: #646464;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
    text-align: center;
}

.scr {
    margin-right: 17px;
    overflow: hidden;
}

.scrMobile {
    overflow: hidden;
}

.head-nav-right {
    overflow-y: scroll;
}

.scroll-right {
    right: 37px;
}

.error {
    position: absolute;
    top: -20px;
    left: 0;
    color: red;
    font-size: 12px;
    display: inline-block;
}

.inputError {
    border: 1px solid red !important;
}

.left {
    text-align: left;
}

#dvLoading {
    background: #fff url(http://uk-gkh.org/styles/images/32.gif) no-repeat center center;
    border-radius: 10px;
    border: 3px solid #FFF;
    height: 100px;
    width: 100px;
    padding: 0;
    display: none;
    position: fixed;
    z-index: 1000;
    left: 48%;
    top: 45%;
    margin: -25px 0 0 -25px;
}

#checkPanel {
    width: 500px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #646464;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 14px 55.5px 3.5px rgba(0, 0, 0, 0.55);
    vertical-align: middle;
    padding: 10px;
}

#checkCodeInput {
    display: inline;
    width: 200px;
    border: 1px solid #979797;
    border-radius: 3px;
    padding: 4px;
}

#continueRegButton {
    width: 270px;
    padding: 6px;
}

#checkMessageLabel {
    color: red;
    font-weight: bold;
}

#checkTimeSpan {
    font-weight: bold;
}

.errorTooltip {
    border-radius: 0px 0px 8px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    background-color: #ffa300;
    color: #FFF;
    padding: 2px 80px;
    z-index: 5;
    position: relative;
    /*visibility: collapse;*/
    display: none;
    /*top: -8px;*/
    margin-right: 245px;
    width: 200px;
    /*margin-left: 165px;*/
}

.crimson-btn-check {
    width: 270px;
    padding: 6px;
    background-color: #ca1329;
    border-radius: 3px;
    box-shadow: 1px 1.7px 0 rgba(38, 40, 44, 0.66);
    /*display: inline-block;*/
    color: #fff;
    /*padding: 0 32px;*/
    font-size: 18px;
    font-family: "Roboto-Black";
    /* line-height: 58px; */
    text-align: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-transform: uppercase;
}

.advantages-content label {
    width: 19%;
    font-weight: normal;
}

    .advantages-content label input {
        padding-right: 1%;
        display: inline-block;
        cursor: pointer;
    }

    .advantages-content label:not(:first-child) {
        padding-left: 9%;
    }

.advantages-content p {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.advantages-content .calcp {
    padding: 15px;
    padding-left: 25px;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
}

.advantages-content .calcpb {
    padding: 15px;
    padding-left: 0px;
    border-top: solid 1px #000;
    margin-bottom: 20px;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

    .advantages-content .calcpb div {
        /*padding-right: 0px !important;*/
        padding-left: 0px !important;
    }

        .advantages-content .calcpb div.right-block {
            padding-left: 20px !important;
        }

    .advantages-content .calcpb span.total {
        font: 30px "Stem-Bold";
        color: #3498db;
    }

    .advantages-content .calcpb span.add {
        color: #ca1329;
    }

    .advantages-content .calcpb p {
        padding-top: 10px;
    }

.advantages-content .calcp span {
    font-size: 12px;
}

.advantages-content span.left {
    padding-left: 5%;
}

.advantages-content input[type=text] {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: inset 4px 2.9px 5px rgba(0,0,0,0.24);
    color: #000;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 62px;
    height: 39px;
    line-height: 39px;
    margin-bottom: 10px;
    font-weight: bold;
}

    .advantages-content input[type=text]:disabled {
        background-color: #d1d3d1;
    }

input[type='radio']:after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 8px solid #d1d3d1;
    margin: -7px;
    margin-left: -17px;
}

input[type='radio']:checked:after {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 8px solid #d78b00;
}
