* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "GothamPro";
    background-color: #4c97d1;
}

img {
    max-width: 100%;
    height: auto;
}

a {}

a:hover {}

.wrapper {}

header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 86px;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin: 15px 0;
}

#fullpage {}

.intro {
    padding-top: 86px;
}

#section0 {
    background: url(images/light.png) center top no-repeat;
}

.cred-tit {
    position: absolute;
    top: 86px;
    padding-top: 32px;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    padding-left: 35px;
}

.cred-tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/divider.png) 0 0 no-repeat;
    width: 26px;
    height: 63px;
}

.cred-wrap {
    float: left;
    width: 100%;
}

.cred-left {
    float: left;
    margin-top: -75px;
}

.cred-right {
    float: right;
    margin-top: 90px;
}

.cred-form {
    float: left;
    width: 278px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    padding: 25px 18px;
}

.cred-form-in {
    float: left;
    width: 100%;
    color: #fff;
}

.crad-form-tit {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
}

.crad-form-inp {
    float: left;
    width: 100%;
    margin-bottom: 22px;
    position: relative;
}

.inp-error {
    display: block;
    position: absolute;
    top: -15px;
    font-size: 9px;
    color: #d80606;
    white-space: nowrap;
}

.crad-form-inp input {
    float: left;
    width: 100%;
    padding: 0 10px;
    border: none;
    height: 36px;
    background-color: #fff;
    color: #6896cd;
    font-size: 13px;
    font-weight: 500;
}

.crad-form-inp-check {
    float: left;
    margin-top: -5px;
    width: 100%;
    margin-bottom: 31px;
}

.crad-form-inp-check label {
    position: relative;
    padding-left: 32px;
    display: block;
    cursor: pointer;
}

.crad-form-inp-check input {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.crad-form-inp-check i {
    display: block;
    width: 19px;
    height: 19px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.crad-form-inp-check input:checked+i {
    background: #fff url(images/check.png) center center no-repeat;
}

.crad-form-inp-check span {
    font-size: 12px;
}

.crad-form-bt {
    float: left;
    width: 100%;
}

.crad-form-bt button {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd0000+46,dd0000+46,850728+100 */
    background: rgb(221, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(221, 0, 0, 1) 46%, rgba(221, 0, 0, 1) 46%, rgba(133, 7, 40, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(221, 0, 0, 1) 46%, rgba(221, 0, 0, 1) 46%, rgba(133, 7, 40, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(221, 0, 0, 1) 46%, rgba(221, 0, 0, 1) 46%, rgba(133, 7, 40, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dd0000', endColorstr='#850728', GradientType=0);
    /* IE6-9 */
    box-shadow: 3px 4px 1px 0px rgba(0, 0, 0, 0.35);
    height: 40px;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.info-cred {
    float: left;
    width: 100%;
    color: #fff;
}

.info-cred-t {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.info-cred-t-tit {
    float: left;
    width: 100%;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info-cred-t-wrap {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.info-cred-t-one {
    float: left;
    width: 49%;
}

.info-cred-t-one-quest {
    font-size: 21px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.info-cred-t-one-block {
    float: left;
    width: 100%;
    border: 2px solid #fff;
    background: #97249a url(images/bad.png) 14px center no-repeat;
    font-size: 18px;
    padding: 10px 15px 10px 75px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
}

.credit-shara {
    float: left;
    width: 100%;
}

.credit-shara-tit {
    font-size: 21px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 500;
}

.credit-shara .info-cred-t-one h2 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}

.credit-shara .info-cred-t-one p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}

.credit-shara-table {
    float: left;
    width: 100%;
}

.credit-shara-table-tit {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.credit-shara-table-tit span {
    font-size: 12px;
    text-transform: none;
}

.credit-shara-line {
    float: left;
    width: 100%;
    background-color: #97249a;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 12px;
}

.credit-shara-line.top-line {}

.credit-shara-line-td {
    border-right: 7px solid #be6dc1;
    padding: 0 0 0 10px;
    min-height: 30px;
    font-size: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    flex: 310 auto;
}

.credit-shara-line-td:last-child {
    border-right: none;
}

.credit-shara-line.top-line .credit-shara-line-td {
    text-transform: uppercase;
}

.credit-shara-line.top-line .credit-shara-line-td.t-1 {
    background-color: transparent;
}

.credit-shara-line.top-line-active .credit-shara-line-td.t-1 {
    background-color: #fff;
    color: #911993;
    font-size: 14px;
    font-weight: 500;
    border-right-color: #fff;
}

.credit-shara-line.top-line-active .credit-shara-line-td.t-2 {
    font-size: 21px;
    font-weight: bold;
}

.credit-shara-line.top-line-active .credit-shara-line-td.t-3 {
    font-size: 21px;
    font-weight: bold;
}

.credit-shara-line-td.t-1 {
    background-color: #be6dc1;
    flex: 315 auto;
    width: 315px;
}

.credit-shara-line-td.t-2 {
    text-align: center;
    justify-content: center;
    width: 110px;
}

.credit-shara-line-td.t-3 {
    text-align: center;
    justify-content: center;
    width: 110px;
}

.credit-shara .info-cred-t-one img {
    margin-bottom: 15px;
}

.credit-shara .info-cred-t-one ul {}

.credit-shara .info-cred-t-one ul li {
    padding-left: 15px;
    position: relative;
    font-size: 12px;
    line-height: 18px;
}

.credit-shara .info-cred-t-one ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    top: 6px;
    left: 0;
}

.check-popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
}

.check-popup p {
    line-height: 1.429em;
    margin-bottom: 20px;
    margin-top: 30px;
}

.close-pop {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 15px;
}

.close-pop:before,
.close-pop:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    background-color: #333;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-pop:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.info-links {
    padding-top: 55px;
}

.one-link {}

.one-link a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

.info-cred-t-wrap.plus-serv {
    -ms-align-items: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}

.hist {
    float: left;
    width: 100%;
    padding-top: 35px;
    margin-bottom: 25px;
    font-size: 10px;
}

footer {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-color: #f5f6f6;
}

.copy {
    float: left;
    font-size: 10px;
    color: #6d6e70;
    margin-top: 4px;
}

.copy span {
    color: #bfc0c1;
}

.foot-tel {
    float: right;
    text-align: right;
    color: #68676c;
    line-height: 1;
}

.foot-tel a {
    font-size: 23px;
    color: #68676c;
    text-decoration: none;
}

.foot-tel span {
    display: block;
    font-size: 7px;
    text-transform: uppercase;
}

.img-desc {
    display: block;
}

.img-mob {
    display: none;
}

.go-down {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 20px;
    cursor: pointer;
}

.why-we {
    float: left;
    width: 100%;
    min-height: calc(100vh - 201px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why-we-tit {
    font-size: 32px;
    float: left;
    width: 100%;
    margin-bottom: 26px;
    font-weight: 500;
}

.why-we-list {
    font-size: 23px;
    color: #fff;
}

.why-we-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.why-we-list li {
    float: left;
    width: 100%;
    padding-left: 70px;
    margin-bottom: 15px;
    position: relative;
}

.why-we-list li:before {
    content: '';
    position: absolute;
    background: url(images/li.png) 0 0 no-repeat;
    width: 52px;
    height: 43px;
    left: 0;
    top: 5px;
}

.why-we-list li span {
    font-weight: 500;
}


/*

	dmon full

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;

	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);

  квадрат
  {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 5px;
	height: 5px;
	right: -12px;
	border: none;
	border-left: 2px solid #4d917a;
	border-bottom: 2px solid #4d917a;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	*/

@media (max-height: 680px) and (min-width: 1024px) {
    .cred-left img {
        max-width: 640px;
    }
}

@media (max-width: 1120px) {
    .container {
        width: 950px;
    }
    .cred-left {
        width: 70%;
        padding-right: 20px;
    }
    .cred-right {
        width: 30%;
    }
    .cred-form {
        width: 100%;
    }
}


/* dmon 1120 */

@media (max-width: 992px) {
    .container {
        width: 750px;
        padding: 0 15px;
    }
    .cred-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .cred-right {
        width: 100%;
        margin-top: 0;
    }
    .cred-form {
        width: 100%;
    }
    .crad-form-tit span {
        display: block;
    }
    .crad-form-tit span br {
        display: none;
    }
    .section {
        float: left;
        width: 100%;
    }
    #section0 .intro {
        padding-top: 180px;
    }
    .info-cred-t-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .info-cred-t-one {
        width: 100%;
    }
    .info-cred-t-one-block {
        margin-bottom: 20px;
    }
    .info-cred-t {
        margin-bottom: 10px;
    }
    .credit-shara-table {
        margin-bottom: 35px;
    }
    .intro {
        padding-top: 30px;
    }
    .info-cred-t-wrap.plus-serv {
        padding-top: 30px;
    }
    .check-popup {
        padding-top: 20px;
    }
    .check-popup p {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    #section0 {
        background-position: right -200px top 50px;
        -webkit-background-size: 800px;
        background-size: 800px;
    }
    .go-down {
        display: none;
    }
    .why-we {
        min-height: inherit;
    }
}


/* dmon 992 */

@media (max-width: 768px) {
    header {
        position: static;
    }
    #section0 .intro {
        padding-top: 0px;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .img-desc {
        display: none;
    }
    .img-mob {
        display: block;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .cred-tit {
        font-size: 16px;
        padding-top: 15px;
        padding-left: 25px;
        position: relative;
        left: auto;
        top: -2px;
        margin-bottom: 35px;
    }
    .cred-tit:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 16px;
    }
    .crad-form-tit {
        font-size: 16px;
        line-height: 1.5;
    }
    .info-cred-t-tit {
        font-size: 16px;
    }
    .info-cred-t-one-quest {
        font-size: 14px;
    }
    .info-cred-t-one-block {
        padding: 10px 15px 10px 40px;
        -webkit-background-size: 26px;
        background-size: 26px;
        background-position: 7px center;
        font-size: 12px;
        margin-bottom: 12px;
    }
    .credit-shara-tit {
        font-size: 16px;
    }
    .credit-shara .info-cred-t-one h2 {
        font-size: 14px;
    }
    .credit-shara .info-cred-t-one p {
        font-size: 10px;
    }
    .credit-shara-table {
        margin-bottom: 20px;
    }
    .cred-form {
        padding: 15px 10px;
    }
    .info-cred-t-wrap.plus-serv {
        padding-top: 15px;
    }
    .info-links {
        padding-top: 25px;
    }
    .foot-tel {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .copy {
        float: left;
        width: 100%;
        text-align: center;
    }
    #section0 {
        background-position: right -120px top -20px;
        -webkit-background-size: 400px;
        background-size: 400px;
    }
    .why-we-tit {
        font-size: 24px;
    }
    .why-we-list {
        font-size: 18px;
    }
}


/* dmon 768 */

@media (max-width: 460px) {
    .copy {
        font-size: 8px;
    }
}


/* block-border */

.block-border {
    font-family: "GothamPro";
    font-size: 23px;
    line-height: 1.4;
    padding: 25px 30px;
    border: 3px solid white;
    margin: 20px 0;
    clear: both;
}

.fullpage-wrapper a {
    color: white;
}

.why-we-list ul {
    margin-bottom: 20px;
}