body {
    font-family: "Exo 2";
    color: black;
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.btn {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
}

h2 {
    font-size: 18px;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h6 {
    font-style: normal;
    font-weight: 750;
    font-size: 18px;
    text-align: center;

}

.absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-padding {
    padding: 0;
}

.btn {
    font-weight: bold;
    border-radius: 4px;
}

.btn.btn-white {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 21.4176px;
    padding: 13px 40px;
    font-size: 17px;
    color: black;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus {
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
}

.btn.btn-transparent {
    border: 1.5px solid #000000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 21.4176px;
    padding: 13px 40px;
    font-size: 17px;
    color: black;
}

.btn.btn-transparent:hover, .btn.btn-transparent:focus {
    background: black;
    color: white;
}

.btn.btn-orange {
    padding: 10px 40px;
    color: black;
    background: #FFDD03;
    border-radius: 21.4176px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 600;
    font-size: 16px;
}

.btn.btn-orange:hover, .btn.btn-orange:focus {
    -webkit-box-shadow: 0px 4px 4px rgba(140,123,0,0.25);
            box-shadow: 0px 4px 4px rgba(140,123,0,0.25);
}

#main {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFE101), to(#FFE101));
    background: -webkit-linear-gradient(bottom, #FFE101, #FFE101);
    background: -o-linear-gradient(bottom, #FFE101, #FFE101);
    background: linear-gradient(0deg, #FFE101, #FFE101);
    z-index: 1;
    position: relative;
    width: 100%;
    padding-top: 70px;
}

#main.thankyou-page::after {
    display: none;
}

#main.thankyou-page {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

header.navbar {
    background: none;
    border: 0;
    margin-bottom: 10px;
    padding: 30px 0;    
    margin: 0;
}

header.navbar .navbar-brand {
    text-decoration: underline;
}

header.navbar .navbar-brand#site-name {
    padding-top: 0;
    padding-bottom: 0;
}

header.navbar .navbar-nav a, .navbar .navbar-brand {
    color: black !important;
    font-size: 15px;
    font-weight: 500;
}

header.navbar .nav li {
    height: 50px;
}

header.navbar .nav li:hover a, header.navbar .nav li:focus a {
    text-decoration: underline;
}

header.navbar .nav li a, header.navbar .nav li a svg {
    height: 100%;
}
header.navbar .nav li a svg, footer #contacts svg{
    padding-right: 5px;
}
header.navbar .nav li a span, header.navbar .nav li a svg, footer #contacts svg, footer #contacts b {
    vertical-align: middle;
}

header.navbar .navbar-brand#phone-navbar {
    display: none;
}

#main .content {
    padding-top: 60px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}

#main .content p {
    font-weight: 500;
    font-size: 16px;
}

#main .content h1 {
    margin-bottom: 60px;
}

#main .content .row {
    margin-bottom: 60px;
}

#main .content img {
    width: 150%;
    margin-left: -20%;
    margin-top: 10%;
}

#main::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: skewY(2.5deg);
        -ms-transform: skewY(2.5deg);
            transform: skewY(2.5deg);
}

#work {
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#D1D1D1));
    background: -webkit-linear-gradient(top, #F1F1F1 0%, #D1D1D1 100%);
    background: -o-linear-gradient(top, #F1F1F1 0%, #D1D1D1 100%);
    background: linear-gradient(180deg, #F1F1F1 0%, #D1D1D1 100%);
    padding-bottom: 60px;
    margin-top: 100px;
}

#work .content {
    margin-top: 60px;
    margin-bottom: 30px;
}

#work::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    bottom: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: skewY(2.5deg);
    -ms-transform: skewY(-2.5deg);
    transform: skewY(2.5deg);
    z-index: -1;
}


#main .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#main .items .item .icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main .items .item .icon svg {
    width: 100%;
    min-width: 100%;
    height: 100%;
}

#main .items {
    margin-bottom: 70px;
}

#work #phone-link {
    display: none;
}

#work #accordion {
    margin-bottom: 30px;
}

#work #accordion .panel {
    border-radius: 0;
    padding: 30px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

#work #accordion .panel .panel-heading, #work #accordion .panel .panel-body {
    padding: 0;
}

#work #accordion .panel .panel-heading .panel-title > a {
    width: 100%;
    display: inline-block;
    padding-right: 30px;
    position: relative;
}

#work #accordion .panel .panel-heading .panel-title > a > .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url("../img/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#work #accordion .panel .panel-heading .panel-title > a[aria-expanded="true"] > .icon {
    background-image: url("../img/chevron-top.svg");
}

#work #accordion .panel .panel-heading .panel-title > a[aria-expanded="false"] > .icon {
    
}


#work #accordion .panel .panel-collapse {
    padding-top: 15px;
}

#work #accordion .panel .panel-body {
    border: 0;
}

#work #accordion .panel + .panel {
    margin-top: 20px;
}

#about {
    padding: 60px 0;
}

#about .content p {
    margin: 0;
}

#about .content {
    margin-top: 40px;
}

#about #right a {
    display: none;
}

#about .tabs .nav {
    border: 0;
    margin: 40px -7.5px 40px -7.5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    
}

#about .tabs .nav li {
    padding: 0;
    width: 16.59%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0 7.5px;
}

#about .tabs .nav li a {
    height: 100%;
    border: 0;
    display: block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    color: black;
    font-weight: 600;
    margin: 0 !important;
}

#about .tabs .nav li.active a, #about .tabs .nav li:hover a, #about .tabs .nav li:focus a {
    background: #FFDD01;
    color: black;
    border-radius: 10px;
}

#about .tabs .nav li a .icon {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#about .tabs .nav li a .icon svg {
    width: 100%;
    height: 100%;
    fill: black;
}

#about .tabs .nav li.active a .icon svg, #about .tabs .nav li:hover a .icon svg, #about .tabs .nav li:focus a .icon svg {
    fill: black;
}

/*
#about .tabs .nav li + li {
    margin-left: 30px;
}
*/

#about .tabs .tab-content {
    margin: 0;
    background: #FFF7CD;
    border-radius: 5px;
    margin: 30px 0;
    padding: 30px;
}

#about .tabs .tab-content p {
    margin-bottom: 20px;
}

#form {
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#D1D1D1));
    background: -webkit-linear-gradient(top, #F1F1F1 0%, #D1D1D1 100%);
    background: -o-linear-gradient(top, #F1F1F1 0%, #D1D1D1 100%);
    background: linear-gradient(180deg, #F1F1F1 0%, #D1D1D1 100%);
}

#form .container {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

#form .container #bg-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    z-index: 0;
}

#form .container > .row {
    position: relative;
    z-index: 1;
}

#form form {
    margin-top: 30px;
}

#form form .control-label {
    text-align: left;
    font-weight: 600;
}

#form form .form-control + .form-control {
    margin-top: 10px;
}

#form form #reference .control-label, #form form #experience .control-label {
    padding-top: 0;
}

#form form #date {
    margin-top: 20px;
    margin-bottom: 20px;
}

#form form input[type="text"], #form form .ui-selectmenu-button, #form form input[type="number"] {
    height: 40px;
}

#form form .ui-selectmenu-button {
    padding: 10.6px 10px;
}

#form form .ui-selectmenu-button .ui-selectmenu-text {
    color: #6D6D6D;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}

#form form #date #date-input {
    padding-right: 10px;
}

#form form #date #month-input {
    padding: 0 5px;
}

#form form #date #year-input {
    padding-left: 10px;
}

#form form .ui-selectmenu-button, #form form input[type="text"], #form form textarea, #form form input[type="number"] {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
}

#form form textarea {
    resize: none;
}


#form form input::-webkit-input-placeholder { /* Chrome */
    color: #6D6D6D;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}


#form form input:-ms-input-placeholder { /* Chrome */
    color: #6D6D6D;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}


#form form input::-ms-input-placeholder { /* Chrome */
    color: #6D6D6D;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}


#form form input::placeholder { /* Chrome */
    color: #6D6D6D;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}
#form form input::-webkit-input-placeholder { /* Chrome */
    color: #6D6D6D;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}
#form form input:-ms-input-placeholder { /* IE 10+ */
    color: #6D6D6D;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}
#form form input::-moz-placeholder { /* Firefox 19+ */
    color: #6D6D6D;
    opacity: 1;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}
#form form input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #6D6D6D;
    opacity: 1;
    font-family: "Avenir Next Cyr";
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
}

#form form #experience-input {
    height: 170px;
}

#form form input[type="checkbox"] {
    display: none;
}

#form form input[type="text"]:focus, #form form textarea:focus, #form form .ui-selectmenu-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ffdd03;
    color: #FF4300;
}

#form form .ui-selectmenu-button:focus .ui-selectmenu-text {
    color: #FF4300;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {

    border: none;
    color: white;
    background-color: #FF4300;
}

#form form input[type="text"]:focus::-webkit-input-placeholder, #form form textarea:focus::-webkit-input-placeholder {
    color: #FF4300;
}

#form form input[type="text"]:focus:-ms-input-placeholder, #form form textarea:focus:-ms-input-placeholder {
    color: #FF4300;
}

#form form input[type="text"]:focus::-ms-input-placeholder, #form form textarea:focus::-ms-input-placeholder {
    color: #FF4300;
}

#form form input[type="text"]:focus::placeholder, #form form textarea:focus::placeholder {
    color: #FF4300;
}

#form form input[type="checkbox"] + label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

#form form input[type="checkbox"] + label::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../img/unchecked.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#form form .checkbox-group {
    margin-top: 40px;
}

#form form .checkbox-group p + p {
    margin-top: 25px;
}

#form form input[type="checkbox"]:checked + label::before {
    background-image: url(../img/checked.svg);
}

#form form #confidentiality-input label p {
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    color: #6D6D6D;
    margin: 0;
}

#form form #confidentiality-input label a {
    color: inherit;
    text-decoration: underline;
}

#form form #confidentiality-input label a:hover {
    text-decoration: none;
}

#form form input[type="submit"], #form form #upload-resume {
    width: auto;
    height: auto;
    padding: 10px 50px;
}

#form form input[type="submit"] {
    margin-right: 20px;
}

#form form .btn {
    font-weight: 600;
}

#form form #confidentiality-input {
    margin-bottom: 20px;
}

#form form #confidentiality-input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
}

.btn.btn-gray {
    border: 1px solid #686262;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 20px;
    color: #686262;
}

.btn.btn-gray:hover, .btn.btn-gray:focus {
    background: #FFFFFF;
    border: 1px solid #686262;
}

#our-team {
    margin-bottom: 80px;
}

#our-team h6 {
    margin-bottom: 30px;
}

#our-team #video-container {
    width: 100%;
}

#our-team #video-container > div {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

#our-team #video-container > div > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

#our-team h6 {
    margin-top: 30px;
}

#our-team #image-gallery .item {
    width: 100%;
}

#our-team #image-gallery .item > .item-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}



#our-team #image-gallery .carousel .item > .item-container {
    padding-bottom: 56.25%;
}

#our-team #image-gallery .item > .item-container > .item-content > .bg-color {
    z-index: -1;
    background-color: black;
    opacity: .5;
    display: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#our-team #image-gallery .item > .item-container > .item-content > .bg-image {
    background-position: center;
    z-index: -2;
    background-size: cover;
}

#our-team #image-gallery .item > .item-container:hover > .item-content > .bg-color, #our-team #image-gallery .item > .item-container:focus > .item-content > .bg-color {
    display: block;
}

#our-team #image-gallery .item > .item-container:hover > .item-content > .text-container, #our-team #image-gallery .item > .item-container:focus > .item-content > .text-container {
    opacity: 1;
}

#our-team #image-gallery .item > .item-container > .item-content > .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#our-team #image-gallery .item > .item-container > .item-content > .text-container {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#our-team #image-gallery .item > .item-container > .item-content > .text-container p {
    color: white;
    font-style: normal;
    font-weight: 750;
    font-size: 18px;
}

#our-team #image-gallery .carousel {
    padding-bottom: 50px;
}

#our-team #image-gallery .carousel .carousel-indicators {
    bottom: 13px;
    margin-bottom: 0;
}

#our-team #image-gallery .carousel .carousel-indicators li {
    border: none;
    background: #C4C4C4;
    margin: 0 1px;
    width: 12px;
    height: 12px;
}

#our-team #image-gallery .carousel .carousel-indicators li.active {
    background-color: #F5D200;
    
}

#our-team #image-gallery .carousel .carousel-control {
    background: transparent;
}

footer {
    width: 100%;
    background: #252525;
    color: #8B8B8B;
    font-size: 12px;
    line-height: 12px;
}

footer .row {
    padding: 30px 0;
}

footer a {
    color: inherit;
}

footer a:hover, footer a:focus {
    color: inherit;
}

footer b {
    font-weight: 600;
}

footer #copyright {
    text-align: right;
    padding-top: 10px;
}

footer #copyright p{
    margin-bottom: 5px;
}

footer #year-line p {
    margin: 0;
}

footer #year-line {
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #333;
}

.col-40 {
    width: 40%;
    height: auto;
    float: left;
}

.col-20 {
    width: 20%;
    height: auto;
    float: left;
}

#our-team .container-fluid {
    padding: 0px;
}

#our-team #image-gallery #carousel {
        display: none;
    }

#quiz {
    margin-top: 30px;
}

#quiz .container > .content {
    padding: 60px 0;
    text-align: center;
}

#quiz .quiz-container {
    background: #EFEFEF;
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    padding-top: 50px;
    margin-bottom: 60px;
}

#quiz {
    position: relative;
    max-width: 100vw;
}

#quiz > .container {
    position: relative;
    z-index: 99;
}

#quiz #img-hand {
    text-align: right;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: -15vh;
}

#quiz #img-hand img {
    width: 25vw;
    position: relative;
    right: -2vw;
    -webkit-transform: rotate(-50.35deg);
        -ms-transform: rotate(-50.35deg);
            transform: rotate(-50.35deg);    
}

#quiz .content .quiz-question {
    margin-top: 0;
    margin-bottom: 30px;
}

#quiz .content p {
    font-size: 19px;
    line-height: 23px;
}

.quiz-container {
    padding: 0 45px;
}

.quiz-container .quiz-question {
    text-align: left;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
}

.quiz-container .quiz-step {
    display: none;
}

.quiz-container .quiz-step.active {
    display: block;
}

.quiz-container .quiz-answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
}

.quiz-container .quiz-answers .item {
    padding: 0 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quiz-container .quiz-answers .item input[type="radio"] {
    display: none;
}

.quiz-container .quiz-answers .item input[type="radio"] + label {
    padding-left: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.quiz-container .quiz-answers .item input[type="radio"] + label::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../img/quiz-unchecked.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.quiz-container .quiz-answers .item input[type="radio"]:checked + label::before {
    background-image: url(../img/quiz-checked.svg);
}

.quiz-container .quiz-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
    padding: 60px 0;
}

.quiz-container .quiz-progress > .progress {
    background: -webkit-linear-gradient(bottom, #DEE1E2 6.96, #C2C2C2 97.65);
    background: -o-linear-gradient(bottom, #DEE1E2 6.96, #C2C2C2 97.65);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6.96, #DEE1E2), color-stop(97.65, #C2C2C2));
    background: linear-gradient(to top, #DEE1E2 6.96, #C2C2C2 97.65);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 15px;
    border-radius: 15px;
    overflow: hidden;
}

.quiz-container .quiz-progress > .progress > .progress-bar {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.quiz-container .quiz-progress > .progress > .progress-bar > .progress-gradient {
    background: #FFE101;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.quiz-container .quiz-progress > .progress > .progress-bar > .progress-lines {
    background-image: -webkit-linear-gradient(-60deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(-60deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
background-image: -webkit-linear-gradient(150deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(150deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
background-image: linear-gradient(-60deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
background-size: 22px 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.quiz-container .quiz-progress > .quiz-next a, .quiz-container .quiz-progress > .quiz-prev a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

#quiz #send-form .form-group .form-control, #send-form-modal .modal-body #form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #cdd0d8;
    box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 21.5px;
    padding: 10px 20px;
    height: auto;
}

#quiz #send-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
}

#quiz #send-form input[type="submit"], #send-form-modal .modal-body #form input[type="submit"] {
    width: 100%;
    background: #F5D200;
    border-radius: 20px;
    color: black;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    padding: 15px;
    margin: 20px 0;
}

#quiz #send-form input[type="submit"]:hover, #send-form-modal .modal-body #form input[type="submit"]:hover { 
    -webkit-box-shadow: none; 
            box-shadow: none;
}

#quiz #send-form .form-checkbox + label .content, #send-form-modal .modal-body #form .form-checkbox + label .content {
    color: #999999;
}

#quiz #send-form .form-checkbox + label .content a, #send-form-modal .modal-body #form .form-checkbox + label .content a {
    color: inherit;
    text-decoration: underline;
}

#quiz .quiz-step.quiz-send-form .quiz-question {
    text-align: center;
}

.form-checkbox {
    display: none;
}

.form-checkbox + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin: 0;
}

.form-checkbox + label .content {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #333;
}

.form-checkbox + label {
    cursor: pointer;
}

.form-checkbox + label::before {
    content: "";
    width: 30px !important;
    height: 30px;
    background-image: url("../img/unchecked.svg");
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 30px;
    margin-right: 10px;
}

.form-checkbox:checked + label::before {
    content: "";
    width: 30px !important;
    height: 30px;
    background-image: url("../img/checked.svg");
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 30px;
    margin-right: 10px;
}

#our-team #image-gallery #not-carousel .image-container {
    width: 100%;
    height: 75vh;
    min-height: 500px;
}

#our-team #image-gallery #not-carousel .image-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: 7.5px 0;
    margin: 0 -7.5px;
}

#our-team #image-gallery #not-carousel .image-items .item {
    width: 14.2857% !important;
    height: 170px;
    margin: 7.5px;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#our-team #image-gallery #not-carousel .image-items .item::before {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

header.background {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFE101), to(#FFE101));
    background: -webkit-linear-gradient(bottom, #FFE101, #FFE101);
    background: -o-linear-gradient(bottom, #FFE101, #FFE101);
    background: linear-gradient(0deg, #FFE101, #FFE101);
}

#our-team #image-gallery #not-carousel .image-items .item:hover::before {
    opacity: 0.5;
}

#work #fill-form-btn {
    display: none;
}

.map__map .map__map_hover {
    display: none;
}

@media (min-width: 1080px) {
    .container {
        width: 1080px;
    }
    #quiz #send-form .form-group, #quiz #send-form input[type="submit"] {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    
    #quiz .form-control {
        border: 1px solid #E1E1E1;
    }
    
    #quiz .form-control:hover, #quiz .form-control:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #ffdd03;
    }
    
    .col-xs-12 {
        float: none;
    }
    
    h1 {
        font-weight: 900;
        font-size: 25px;
        line-height: normal;
    }
    
    h2 {
        font-size: 18px;
        line-height: normal;
        font-weight: bold;
        padding: 0 15px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    h4 {
        font-size: 14px;
    }
    
    .btn.btn-yellow {
        padding: 10px 50px;
        font-size: 14px;
    }
    
    header.navbar {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 70px;
    }
    
    #main .content {
        text-align: center;
        padding-top: 10px;
        display: block !important;
        padding-bottom: 0;
    }
    
    #main .content h1 {
        margin-bottom: 10px;
    }
    
    #main .content .row {
        margin-bottom: 10px;
    }
    
    #main .items {
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    #main .items .item .icon {
        margin-right: 20px;
    }
    
    #main .items .item .item-content {
        text-align: left;
        font-size: 16px;
        font-weight: 500;
    }
    
    #main #fill-form-btn {
        display: none;
    }
    
    #main #car-img {
        width: 100%;
        text-align: center;
        margin-top: 20px !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative !important;
        overflow: visible;
        margin-bottom: -70px;
    }
    
    #main #car-img img {
        width: 95%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    
    #main .container-fluid {
        overflow: visible;
    }
    
    #quiz .quiz-container {
        background: none !important;
        padding-top: 0;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        padding-bottom: 0;
    }
    
    #quiz .quiz-container img {
        display: none;
    }
    
    #work #fill-form-btn {
        display: block;
    }
    
    #work {
        margin-top: 0;
        padding-bottom: 30px;
    }
    
    #work::before {
        display: none;
    }
    
    #work .content {
        margin: 30px 15px 20px 15px;
        font-size: 17px;
    }
    
    #work .container {
        text-align: center;
        padding: 0;
    }
    
    #work .container #accordion {
        text-align: left;
    }
    
    #work .container #accordion .panel {
        padding: 20px;
    }
    
    #work .container #accordion .panel .panel-title {
        font-size: 14px;
    }   
    
    #about #right {
        padding: 0;
        margin-left: -6px;
        margin-right: -6px;
    }
    
    
    #about {
        padding: 0;
    }
    
    #about .tabs .nav.nav-tabs {
        margin-left: -7.5px;
        margin-right: -7.5px;
        display: block !important;
    }
    
    #about .tabs .nav.nav-tabs li {
        padding: 7.5px 7.5px;
        font-size: 14px;
        display: block;
        float: left !important;
        overflow: hidden;
    }
    
    #about .tabs .nav.nav-tabs li a {
        padding: 20px 5px;
    }
    
    #about .tabs .nav.nav-tabs li + li {
        margin: 0;
    }
    
    #about .tabs .nav.nav-tabs li .icon {
        width: 50px;
        height: 50px;
        margin: 5px auto;
    }
    
    #about .tabs .tab-content {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        background: #FFF7CD;
        padding: 20px;
        margin-bottom: 0;
        overflow: hidden;
    }
    
    #form form #date-input, #form form #month-input, #form form #year-input {
        padding: 0 !important;
    }
    
    #form form .date-select + .date-select {
        margin-top: 10px;
    }
    
    
    #form .container {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    #our-team {
        margin-bottom: 5px;
    }
    #our-team .container {
        padding: 0px;
    }
    
    #our-team h6 {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
    }
    
    #quiz {
        background: none;
    }
    
    #quiz #img-hand {
        display: none;
    }
    
    #quiz .container {
        padding: 0;
    }
    
    #quiz .content p {
        font-size: 16px;
        line-height: 19px;
    }
    
    #quiz .quiz-container .quiz-question {
        font-size: 16px;
    }
    
    #quiz .quiz-container .quiz-answers .item {
        width: 100%;
    }
    
    #quiz .quiz-container .quiz-progress {
        position: relative;
        margin: 30px 0 80px 0;
        padding: 0;
    }
    
    #quiz .quiz-container .quiz-progress .quiz-prev, #quiz .quiz-container .quiz-progress .quiz-next {
        width: 50%;
    }
    
    #quiz .quiz-container .quiz-progress .quiz-next {
        text-align: right;
    }
    
    #quiz .quiz-container .quiz-progress .progress {
        position: absolute;
        width: 100%;
        margin: 0;
        top: 40px;
    }
    .map .map__info  {
        width: 100%;
    }
    
    .map .map__logo .map__logo-pict {
        width: auto;
    }
    
    .map__map .map__map_hover {
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #ffe101;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
        cursor: pointer;
    }
    .map__map .map__map_hover .glyphicon {
        z-index: 2;
        position: relative;
        font-size: 100px;
    }
    #work #phone-link {
        display: inline-block;
    }
    #work .fill-form-btn {
        display: none;
    }
}


@media (max-width:335px) {
    #about .tabs .nav.nav-tabs li {
        width: 49.8%;
        max-width: 49.8%;
        min-width: 49.8%;
        font-size: 13px;
    }
}
@media (min-width: 336px) and (max-width: 767px) {
    #about .tabs .nav.nav-tabs li {
        width: 32.8%;
        max-width: 32.8%;
        min-width: 32.8%;
    }
}

@media (min-width: 1080px) {
    .form-group {
        margin-bottom: 25px;
    }
    
    #quiz h2 {
        font-weight: bold;
        font-size: 30px;
    }
    #main #send-form-btn {
        margin-left: 20px;
    }
    #work {
        position: relative;
        z-index: 0;
    }
    #work .container{
        position: relative;
        z-index: 0;
    }
    #work #parallax {
        position: absolute !important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        overflow: hidden;
    }
    #work #parallax .layer {
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        position: absolute !important;
        display: block;
        top: auto !important;
        z-index: -999;
    }
    #work #parallax .layer img {
        opacity: 0.77;
        
        width: 100%;
    }
    
    #work #parallax .layer.layer_big {
        width: 30%;
    }
    
    #work #parallax .layer.layer_big img { 
        -webkit-transform: rotate(1.11deg); 
            -ms-transform: rotate(1.11deg); 
                transform: rotate(1.11deg);
    }
    #work #parallax .layer.layer_little img { 
        -webkit-transform: rotate(181.11deg); 
            -ms-transform: rotate(181.11deg); 
                transform: rotate(181.11deg);
    }
    #work #parallax .layer.layer_little {
        width: 15%;
    }
    #work #parallax .layer.layer_big.left {
        left: -10% !important;
        bottom: 5% !important;
    }
    #work #parallax .layer.layer_little.left {
        top: 20% !important;
        left: 10% !important;
    }
    #work #parallax .layer.layer_big.right {
        bottom: 5% !important;
        left: 70% !important;
    }
    #work #parallax .layer.layer_little.right {
        top: 20% !important;
        left: 85% !important;
    }
    #about {
        background: white;
        position: relative;
        z-index: 0;
    }
}


@media (max-width: 1079px) {
    #work #parallax {
        display: none;
    }
    #main .content #fill-form-btn {
        margin: 0;
    }
    
    #main .content #send-form-btn {
        display: none;
    }
    
    #form form #experience .checkbox-group {
        margin: 10px 0;
    }
    
    #form form #experience .checkbox-group p {
        display: inline-block;
    }
    
    #form form .checkbox-group p + p {
        margin: 0;
    }
    
    #form form input[type="checkbox"] + label::before {
        width: 33px;
        height: 33px;
    }
    
    #form form input[type="checkbox"] + label {
        padding-left: 40px;
        
    }
    
    #form form .checkbox-group input[type="checkbox"] + label {
        line-height: 30px;
        padding-right: 10px;
    }
    
    #form form #upload-resume {
        display: none;
    }
    
    #form form input[type="submit"] {
        display: block;
        margin: 20px auto 0 auto;
    }
}

@media (max-width: 991px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9000;
        background: none;
        -webkit-transition:  background 0.2s ease;
        -o-transition:  background 0.2s ease;
        transition:  background 0.2s ease;
        padding-bottom: 10px;
    }
    
    header #site-name {
        display: none;
    }
    header #phone-navbar {
        display: block;
    }
    #main {
        padding-top: 50px;
    }
    header.navbar {
        padding-top: 10px;;
    }
    
    header.navbar .navbar-header {
        width: 100%;
        margin: 0 auto;
    }
    
    header.navbar .navbar-toggle {
        display: block;
        z-index: 9001;
        border: 0;
        margin-right: 0;
    }
    
    header.navbar .navbar-toggle:hover, header.navbar .navbar-toggle:focus {
        background: none;
    }
    
    header.navbar .navbar-toggle[aria-expanded="true"] {
        margin-top: 14px;
        background: none;
    }
    
    header.navbar .navbar-toggle .icon-bar {
        -webkit-transition:  all .35s ease;
        -o-transition:  all .35s ease;
        transition:  all .35s ease;
        background-color: black;
    }
    
    header.navbar .navbar-toggle[aria-expanded="true"] .icon-bar {
        background-color: white !important;
    }
    
    header.navbar .navbar-toggle[aria-expanded="true"] .icon-bar#first {
        -webkit-transform: translateY(0px) translateX(0) rotate(45deg);
            -ms-transform: translateY(0px) translateX(0) rotate(45deg);
                transform: translateY(0px) translateX(0) rotate(45deg);
    }
    
    header.navbar .navbar-toggle[aria-expanded="true"] .icon-bar#second {
        opacity: 0;
    }
    
    header.navbar .navbar-toggle[aria-expanded="true"] .icon-bar#third {
        -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
            -ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
                transform: translateY(-12px) translateX(0) rotate(-45deg);
    }
    
    header.navbar .navbar-collapse {
        display: none !important;
    }
    
    header.navbar .navbar-collapse.in {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100vh !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        background-color: rgba(0,0,0,0.8);
        color: white;
        z-index: 9000;
        padding: 0;
        margin: 0;
    }
    
    header.navbar .navbar-collapse .navbar-nav {
        float: none;
        width: 100%;
        margin: 0;
    }
    
    header.navbar .nav li {
        height: 50px;
        margin: 0 auto;
        float: none;
        display: block;
        width: auto;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    header.navbar .nav li a, header.navbar .nav li a svg {
        height: 100%;
        color: white !important;
        font-weight: 600;
        font-size: 20px;
        fill: white;
    }
    
    header.navbar .navbar-brand svg {
        fill: black;
        height: 100%;
        vertical-align: middle;
        padding-right: 5px;
        -webkit-transition:  all .35s ease;
        -o-transition:  all .35s ease;
        transition:  all .35s ease;
    }
    
    header.navbar .navbar-toggle[aria-expanded="true"] + .navbar-brand {
        color: white !important;
    }
    
    header.navbar .navbar-toggle[aria-expanded="true"] + .navbar-brand svg {
        fill: white;
    }
    
    header.navbar .navbar-brand#phone-navbar {
        text-decoration: none;
        z-index: 9001;
        display: block;
        position: relative;
        -webkit-transition:  all .35s ease;
        -o-transition:  all .35s ease;
        transition:  all .35s ease;
    }
    header.navbar .navbar-brand#phone-navbar:hover, header.navbar .navbar-brand#phone-navbar:focus {
        text-decoration: underline;
    }
    
    header.navbar .nav #contacts-phone {
        display: none;
    }
    
    #form .container > .row {
        z-index: 0;
    }
    #our-team #image-gallery .carousel-indicators {
        z-index: 0;
    }
    #about #left a {
        display: none;
    }
    
    #about #right {
        text-align: center;
    }
    
    #about #right a {
        display: inline-block;
        margin-top: 20px;
    }
    #form #bg-image {
        display: none;
    }
    
    #our-team #image-gallery #carousel {
        display: block;
    }
    
    #our-team #image-gallery #not-carousel {
        display: none;
    }
    #form form #confidentiality-input label {
        height: 33px;
    }
    
    footer #menu {
        display: none;
    }
    
    footer #copyright {
        text-align: left;
    }
}

.navbar .navbar-header.navbar-toggle {
    border: none;
}

.navbar .navbar-header.navbar-toggle:hover, .navbar .navbar-header.navbar-toggle:focus {
    background-color: transparent;
}

.navbar .navbar-header.navbar-toggle .icon-bar {
    background-color: black;
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    place-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 17px;
    z-index: 10000;
}

.modal .modal-content {
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.modal .modal-content .modal-header {
    border: 0;
}

.modal .modal-content .modal-header .close {
    opacity: 1;
    font-weight: 500;
    
}

.modal .modal-content .modal-header .close:hover {
    color: #FE5E00;
}

.modal .modal-content .modal-header .modal-title {
    text-align: center;
    padding: 20px 0;
}

.modal .modal-content .modal-body {
    text-align: center;
    padding: 0 0 30px 0;
}

#upload-resume .modal-content .modal-body p {
    margin-bottom: 20px;
    padding: 0 20%;
}

#upload-resume-modal #file {
    display: none;
}

#confidentiality-modal .modal-content .modal-body #confidentiality-container {
    height: 300px;
    overflow-y: scroll;
    background-color: #E5E5E5;
    margin: 0 20px;
    padding: 15px;
    text-align: left;
}

.modal .modal-content .modal-body #choice-file {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #FE3D00;
    padding-bottom: 15px;
    display: block;
    cursor: pointer;
    font-weight: 500;
}

@media only screen and (max-device-width: 640px) {
    #about .tabs .nav li {
        display: inline-block !important;
    }
    header svg {
        height: 20px !important;
    }
}

#response-output {
    padding-top: 10px;
}

.modal {
    padding: 0;
}

.g-recaptcha {
    padding-bottom: 20px;
}

.modal .g-recaptcha > div {
    margin: 0 auto;
}

.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content {
    
    max-height: 50vh;
    overflow-y: scroll;
}

.datepicker .active {
    background: #FE3D00 !important;
}

.map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
    width: 100%;
    height: 500px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}

.map__map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 95%;
    max-width: 1100px;
    padding: 80px 0 104px;
    position: relative;
    z-index: 10;
}

.map__info {
    padding: 70px 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: 1;
    width: auto;
    margin-right: 5%;
}

.map__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.map__logo-pict {
    margin-right: 12px;
}

.map__logo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.map__logo-title {
    font-size: 1.125em;
    line-height: 107.75%;
    font-weight: 700;
}

.map__logo-discription {
    font-size: 0.875em;
    line-height: 107.75%;
}

.map__info .map__phone {
    margin-bottom: 25px;
}

.map__info .map__list_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.map__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.map__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.map__picture {
    margin-right: 10px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.map__picture img {
    width: 100%;
}

.map__text {
    line-height: 113.75%;
    color: #0C0C0C;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .map {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .map__info {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .map {
        height: auto;
    }

    .map__map {
        left: auto;
        top: auto;
        height: auto;
        position: relative;
    }

    .map__content {
        width: 100%;
        padding: 0;
    }

    .map__info {
        padding: 20px;
        width: calc(100% - 40px);
        background: #F2F2F2;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .map__logo-pict {
        margin-right: 20px;
        width: 50px;
        height: 46px;
    }
}