input,
textarea {
    box-shadow: none
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

q {
    quotes: "\201c""\201d"
}

[type='file'],
body p:empty,
body h1:empty,
body h2:empty,
body h3:empty,
body h4:empty,
body h5:empty,
body h6:empty,
body li:empty {
    display: none
}

*::after,
*::before,
*::-webkit-input-placeholder {
    transition: all .2s linear
}

*::after,
*::before,
*::placeholder {
    transition: all .2s linear
}

html {
    font-size: 16px
}

html *,
body *,
html *::after,
body *::after,
html *::before,
body *::before {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box
}

sup {
    font-size: .6em
}

button {
    cursor: pointer
}

input,
textarea {
    border: 1px solid #79858d;
    font-weight: 400
}

label,
select,
input[type=submit] {
    cursor: pointer;
    font-size: inherit
}

textarea {
    resize: none;
    overflow: auto
}

a {
    text-decoration: none;
    color: inherit
}

img[src=""],
img[src="/"] {
    display: none
}

img {
    max-width: 100%;
    object-fit: contain;
    display: block;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

ul li {
    list-style: none
}

ol li {
    list-style: decimal
}

hr {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1)
}

dialog {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    color: none;
    margin: 0;
    border: none;
    background: none
}

dialog::-webkit-backdrop {
    background: none;
    display: none
}

dialog::backdrop {
    background: none;
    display: none
}

:root {
    --section-width: calc(100vw - 30px);
    --section-gap-top: 32px;
    --section-gap-bottom: 42px
}



dialog,
section,
header,
footer {
    padding: 0 calc(50% - var(--section-width) / 2)
}

section {
    padding-top: var(--section-gap-top);
    padding-bottom: var(--section-gap-bottom)
}

@media (min-width:782px) {
    :root {
        --section-width: 752px;
    }
}

@media (min-width:992px) {
    :root {
        --section-width: 970px;
        --section-gap-top: 52px;
        --section-gap-bottom: 64px;
    }
}

@media (min-width:1150px) {
    :root {
        --section-width: 1120px;
    }
}

@media (min-width:1200px) {
    :root {
        --section-width: 1170px;
    }
}

:root {
    --font-base: 'Montserrat', Arial, Helvetica, sans-serif;
    --color-primary: #e6bf33;
}

body {
    font-family: var(--font-base);
    font-size: 16px;
    line-height: 1.25
}

body * {
    font-family: var(--font-base)
}

.btn-style {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    transition: .2s ease;
    text-align: center;
    text-transform: capitalize
}

.btn-title {
    font-size: 21px;
    font-weight: 700
}

.btn-subtitle {
    font-size: 16px;
    opacity: .8;
    font-weight: normal
}

@media (hover) {
    .btn-style:hover {
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.25)
    }
}

.started {
    background: #333 url("../img/bg-first-screen1-min.jpg") no-repeat center / cover fixed;
    
    color: #fff;
    padding-bottom: 160px;
    padding-top: 45px
}

.started-inner{
  display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.started-img {
    width: 600px;
    max-width: 100%;
    margin-bottom: 33px
}

.started-title {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center
}

/*.started-btn {
    color: #ffffff;
    font-weight: bold;
    border-color: var(--color-primary);
    background: var(--color-primary);
    border-width: 5px;
    border-style: solid;
    letter-spacing: 0px;
    text-transform: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}*/

.started-btn {
    background-color: #2d2d2d;
    color: #ffffff;
    font-weight: bold;
    border-color: var(--color-primary);
    border-width: 5px;
    border-style: solid;
    letter-spacing: 0px;
    text-transform: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.philosophy {
    padding-top: 40px;
    padding-bottom: 40px
}

.philosophy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    padding-left: 35px;
    padding-right: 35px
}

.philosophy-title {
    font-size: 32px;
    font-weight: 700
}

.philosophy-desc {
    font-size: 18px;
    color: #201652
}

.philosophy-desc+.philosophy-desc {
    margin-top: 22px
}

/*.philosophy-btn {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    padding: 10px 35px;
    border-width: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px
}*/

.philosophy-btn {
    background-color: #e6bf33;
    color: #fff;
    padding: 10px 35px;
    border-width: 5px;
    border-color: #e6bf33;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px
}

.philosophy-btn .btn-title {
    font-size: 24px
}

.philosophy-btn-wrapper {
    grid-column: 1/-1
}

.philosophy-list-item {
    padding-left: 1.5em;
    position: relative;
    color: #2d2d2d;
    font-size: 20px
}

.philosophy-list-item+.philosophy-list-item {
    margin-top: 28px
}

.philosophy-list-item:before {
    content: '\2713' !important;
    font-family: '';
    font-weight: bold;
    color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 0
}

.solution {
    background: #fff url("../img/bg-solution2-min.jpg") no-repeat center / cover fixed;
    padding-top: 210px;
    padding-bottom: calc(56px + 134px + 20px)
}

.solution-content {
    display: grid;
    grid-template-columns: 42fr 58fr;
    grid-gap: 50px;
    padding-left: 35px;
    padding-right: 35px
}

.solution-title {
    font-size: 48px;
    font-weight: bold;
    color: var(--color-primary)
}

.solution-subtitle {
    font-size: 28px
}

.solution-desc {
    color: #2d2d2d;
    font-weight: 700;
    font-size: 18px
}

.solution-desc+.solution-desc {
    margin-top: 22px
}

.solution-mark {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary)
}

/*.solution-btn {
    color: #fff;*/
    /*background: #212121;
    border-color: var(--color-primary);
    border-color: #000;*/
   /* background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-width: 5px;
    margin-top: 40px;
    width:100%;
}*/

.solution-btn {
    color: #585858;
    background: #fff;
    border-color: var(--color-primary);
    border-width: 5px;
    margin-top: 40px
}


.partners {
    padding-top: calc(20px + 100px + 20px);
    padding-bottom: calc(20px + 100px + 20px)
}

.partners-title {
    color: #585858;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center
}

.partners-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px
}

.partners-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.partners-item img {
    transition: all .3s ease-in-out;
    filter: grayscale(1)
}

@media (hover) {
    .partners-item:hover img {
        filter: grayscale(0);
        -ms-transform: scale(1.01);
        transform: scale(1.01)
    }
}

.meet {
    background: #333 url("../img/bg-first-screen.jpg") no-repeat center / cover fixed;
    color: #fff;
    padding-top: calc(20px + 170px + 20px);
    padding-bottom: calc(20px + 170px)
}

.meet-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 50px;
    padding-left: 25px;
    padding-right: 25px
}

.meet-item+.meet-item {
    margin-top: 150px
}

.meet-item-man {
    width: 25%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.meet-item-content {
    width: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.meet-item-img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px
}

.meet-item-title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 32px
}

.meet-item-desc {
    font-size: 18px
}

.meet-item-desc+.meet-item-desc {
    margin-top: 22px
}

.meet-item-name {
    font-weight: 700;
    font-size: 22px
}

.meet-item-status {
    font-size: 16px;
    color: var(--color-primary);
    text-transform: uppercase
}

/*.meet-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 80px;
    padding: 10px 35px;
    border-width: 5px;
    border-color: var(--color-primary);
    background: var(--color-primary);*/
    /*border-color: #212121;
    background: #000;*/
    /*color: #fff
}*/

.meet-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 80px;
    padding: 10px 35px;
    border-width: 5px;
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff
}


.meet-btn .btn-title {
    font-size: 30px
}

.consultation {
    
    padding-top: 180px;
    padding-bottom: 60px
}
.consultation-inner{
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.consultation-calendar {
    box-shadow: 0 10px 39px 0 rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.consultation-img {
    width: 150px;
    margin-bottom: 15px
}

.consultation-mark {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 20px
}

.consultation-title {
    font-weight: 700;
    color: #585858;
    font-size: 30px
}

.consultation-desc {
    font-size: 18px;
    color: #2d2d2d
}

.consultation-desc+.consultation-desc {
    margin-top: 24px
}

.consultation-list {
    padding: 20px
}

.consultation-list-item {
    font-size: 20px;
    line-height: 1
}

.consultation-list-item+.consultation-list-item {
    margin-top: 20px
}

.customers {
    background: #fff url("../img/bg-customer.png") no-repeat center / cover;
    padding-top: 140px;
    padding-bottom: 140px
}

.customers-subtitle {
    color: #585858;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    font-weight: 700
}

.customers-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px
}

.customers-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px
}

.customers-video {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.customers-video:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.customers-video-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.customers-video-placeholder::before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #fff;
    content: "▶";
    display: block;
    font-size: 25px;
    height: 50px;
    width: 75px;
    left: calc(50% - 75px / 2);
    top: calc(50% - 50px / 2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: '';
    opacity: .75;
    position: absolute;
    transition: background-color .25s, opacity .25s
}

@media (hover) {
    .customers-video-placeholder:hover:before {
        background-color: red;
        opacity: 1
    }
}

.customers-video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.customers-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.customers-desc {
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1.4
}

.customers-desc+.customers-desc {
    margin-top: 28px
}

.footer {
    background: #333 url("../img/bg-first-screen.jpg") no-repeat center / cover fixed;
    text-align: center;
    color: #fff;
    padding-top: calc(20px + 175px + 20px);
    padding-bottom: 60px
}

.footer-title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 56px
}

.footer-subtitle {
    font-weight: 700;
    font-size: 21px
}

.footer-img {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.footer-img img {
    width: 150px
}

.footer-img-sign {
    font-weight: 700;
    font-size: 14px
}

.footer-policy {
    font-size: 14px
}

.footer-btn {
    padding: 10px 35px;
    margin-top: 30px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    /*background: #212121;
    border: 1px solid #000;*/
    color: #fff
}

.footer-btn .btn-title {
    font-size: 24px
}

.footer-btn .btn-subtitle {
    font-size: 14px
}

@media (max-width:768px) {
    .philosophy-content {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0
    }

    .philosophy-col {
        -ms-flex-order: 2;
        order: 2
    }

    .philosophy-col:first-of-type {
        -ms-flex-order: 0;
        order: 0
    }

    .philosophy-btn-wrapper {
        -ms-flex-order: 1;
        order: 1
    }

    .philosophy-btn {
        margin-top: 0
    }

    .solution {
        padding-top: 40px;
        padding-bottom: 100px
    }

    .solution-content {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0
    }

    .solution-btn {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .partners {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .partners-list {
        grid-template-columns: 1fr;
        grid-gap: 15px
    }

    .partners-item {
        width: 200px;
        margin-left: auto;
        margin-right: auto
    }

    .meet {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .meet-item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .meet-item+.meet-item {
        margin-top: 80px
    }

    .meet-item-man {
        width: 100%
    }

    .meet-item-content {
        width: 100%
    }

    .meet-item {
        padding-left: 0;
        padding-right: 0
    }

    .consultation {
   
        padding-top: 40px;
        padding-bottom: 40px
    }
    .consultation-inner{
        grid-template-columns: 1fr;
    }

    .consultation-img {
        margin-left: auto;
        margin-right: auto
    }

    .consultation-calendar {
        min-height: 300px;
        border-radius: 0
    }

    .customers {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .customers-video {
        width: auto
    }

    .customers-inner {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0
    }

    .footer {
        padding-top: 40px
    }

    .footer-subtitle br,
    .footer-title br {
        display: none
    }
}

@media (max-width:480px) {

    .started-title,
    .footer-title {
        font-size: 30px
    }

    .philosophy-btn,
    .meet-btn {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px
    }

    .meet-btn .btn-title {
        font-size: 20px
    }

    .customers-title {
        font-size: 23px
    }

    .footer-subtitle {
        font-size: 16px
    }

    .philosophy-btn .btn-title {
        font-size: 18px
    }
}


.section .section-content{
	padding: 0 !important;
}


#page{
  overflow:initial !important;
}

.contact-form{
  padding-top:60px;
  padding-bottom:60px;
}
.contact-form .fieldset-all{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-gap:16px;
  
  width:700px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:480px){
  .contact-form .fieldset-all{
    grid-template-columns:1fr
  }
}
.contact-form .form-group{
  margin:0;
}
.contact-form .fieldset-all .form-group:nth-of-type(3){
  grid-column:1/-1;
}
.contact-form .form-group textarea{
  width:100%;
}
.contact-form .btn-block{
  grid-column:1/-1;
  width:max-content;
  margin:0 auto;
}
.contact-form .vertical-spacing-xs{
  display:none;
}
.contact-form .secure-message-info{
  grid-column:1/-1;
  text-align:center;
}

.contact-form .btn-block {
    padding: 10px 35px;
    margin-top: 30px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    /*background: #212121;
    border: 1px solid #000;*/
    color: #fff;
    transition:.2s ease;
}
.contact-form .btn-block:hover{
  color:#fff;
  transform:translateY(-10px);
}