*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icon/select.png) 95% 50% no-repeat;
    cursor: pointer;
    outline: none;
    color: #000
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}
body, html {
    overflow-x: hidden;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
li {
    list-style: none
}
ul {
    padding: 0;
    margin: 0
}
.nav-bar {
    display: none !important
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.label-control {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.label-control+label {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    padding-left: 25px;
    width: auto;
    text-align: left;
    cursor: pointer;
    color: #000;
    margin: 10px auto 0;
}
.label-control+label a {
    text-decoration: underline;
    color: #000;
}
.label-control+label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #fc8c01;
    left: 0px;
    top: -3px;
    cursor: pointer;
    border-radius: 3px;
}
.label-control:checked+label:before {
    background: #fc8c01 url(../img/icon/check.png) center no-repeat;;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    flex-wrap: wrap;*/
}
.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.nav-control {
    display: none
}
.header {
    padding: 10px 0;
}
.logo img {
    margin-right: 15px
}
h1, .logo h4 {
    margin: 0;
    font-size: 19px;
    line-height: 20px;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
}
h1 span, .logo h4 span {
    display: block;
    font-size: 12px;
    margin-top: 10px
}
.logo p {
    font-size: 14px;
    margin-top: -10px;
    margin-left: 55px
}
.logo1 p {
    margin: 0 0 0 15px;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    line-height: 20px;
}
.logo1 p span {
    font-size: 16px;
}
.tel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}
.tel>a {
    display: block;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
}
.city {
    position: relative;
    width: 240px;
    text-align: left;
}
.city p {
    padding-bottom: 5px;
    margin-top: 5px;
    position: relative;
    border-bottom: 1px solid #0063ff;
    cursor: pointer
}
.city p:before {
    width: 16px;
    height: 22px;
    position: absolute;
    left: -23px;
    top: 2px;
    content: '';
    background: url(../img/icon/loc.png) center/cover;
}
.city p:after {
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    content: '';
    background: url(../img/icon/select.png) center/cover;
}
.city.op p:after {
   transform: rotate(180deg);
}
.select-city {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    padding: 20px 20px 0;
    display: none;
    z-index: 3
}
.select-city a {
    display: block;
    margin-bottom: 15px;
    position: relative
}
.select-city a.active:after {
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    content: '';
    background: url(../img/icon/icon3.png) center/cover;
}
.menu {
    background: #0063ff;
}
.menu a {
    color: #fff;
    padding: 16px 0px;
    position: relative;
    width: 100%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.menu a:last-child {
    border-right : 1px solid rgba(255, 255, 255, 0.4);
}
.menu a:hover, .menu a.active {
    box-shadow: 0px 3px 0px 0px #fff, inset 0px -3px 0px 0px #fff;
}

.head-container {
    background: url(../img/slide0.jpg) center/cover no-repeat;
    padding: 60px 0 40px
}
.head-content {
    position: relative;
}
.head-content h2 {
    margin: 30px 0 30px;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat-Black';
}
.head-content h2+p {
    font-family: 'Montserrat-Medium';
    font-size: 30px
}
.head-content h2+p b {
    font-family: 'Montserrat-Black';
}
.free-master {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.51);
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #0864f7 60%, #005beb 60%);
    transform: rotate(-15deg)
}
.free-master p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    text-align: center
}
.free-master span {
    display: block;
    color: #febd00;
    font-size: 30px;
    font-family: 'Montserrat-Black';
}
.but {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 60px;
    border: none;
    background: linear-gradient(#febe00, #fc8901);
    outline: none;
    font-size: 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-family: 'Montserrat-Medium';
    box-shadow: 5px 5px 15px 0px rgba(252, 137, 1, 0.74)
}
.but:hover {
    background: linear-gradient(#fc8901, #febe00);
    color: #000
}
.input {
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 45px;
    font-size: 18px;
    outline: none;
    position: relative;
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.input-field {
    position: relative;
    z-index: 1;
    width: 340px;
}
.head-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 90px
}
.input-field:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 20px;
    top: calc(50% - 9px);
}
.user:after {
    background: url(../img/icon/user.png) center no-repeat
}
.phone:after {
    background: url(../img/icon/tel.png) center no-repeat
}
.head-slider {
    margin-top: 0px
}
.block {
    padding: 70px 0;
}
.headline {
    margin: 0 0 40px;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat-Black';
    text-align: center;
}
.gray {
    background: #f8f8f8
}
.masters-bl {
    margin-top: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.masters-it {
    width: 48.5%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px
}
.master-info p {
    font-size: 14px;
    color: #4e4e4e
}
.master-info p span {
    color: #000;
    font-size: 16px;
}
.master-photo {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}
.master-info {
    padding: 40px 25px 10px 0;
    width: 57%
}
p.master-name {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    margin: 0;
    color: #000;
}
.master-info_bl {
    padding: 30px 0 20px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}
.master-info_bl p {
    display: flex;
    justify-content: space-between
}
.master-info_bl p span, .master-info_bl p b, .master-info_bl p a {
    display: block;
    width: 50%;
}
.master-info_bl p span, .master-info_bl p a {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
}
.master-info_bl p b {
    font-weight: normal;
}
.master-rate {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.master-status {
    margin-top: 20px
}
.masters-it .master-status span {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}
.master-status a {
    box-shadow: 7px 10px 10px 0px rgba(252, 137, 1, 0.43);
    border-radius: 50%
}
.master-status a:hover {
    box-shadow: none;
}
.master-status span img {
    margin-right: 10px;
}
.master-status .disable {
    box-shadow: none;
    opacity: .5;
    pointer-events:none;
}

.zamok {
    background: url(../img/bg1.jpg) center/cover;
    color: #fff
}
.zamok-bl {
    margin-top: 55px;
    align-items: flex-start
}
.zamok-it {
    width: 23.5%;
    text-align: center
}
.zamok-bl_mod .zamok-it {
    width: 33%
}
.zamok-bl_mod .zamok-it img {
    width: auto;
}
.zamok-it img {
    width: 100%;
    border-radius: 30px
}
.zamok-it p {
    font-size: 22px;
    margin: 20px 0 15px;
    line-height: 25px
}
.zamok-it .but {
    width: 180px;
    margin: 0 auto;
    border-radius: 30px;
    height: 55px;
    font-size: 18px
}
.zamok-form {
    border-radius: 30px;
    margin-top: 50px;
    background: #ededed;
    color: #000;
    padding: 35px 0
}
.zamok-form_mod {
    width: 60%;
    margin: 50px auto 0
}
.zamok-form .headline {
    font-size: 30px;
}
.zamok-form_otzyv {
    background: #fff;
    width: 80%;
    margin: 0 auto
}
.headline span {
    font-family: 'Montserrat-Medium';
    text-transform: none;
    font-size: 24px
}
.zamok-fr {
    padding: 0 40px;
}
.zamok-form_otzyv .zamok-fr {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 50px
}
.zamok-fr select {
    width: 240px;
    height: 60px;
    border-radius: 30px;
    padding-left: 20px;
    border: 1px solid #898989
}
.zamok-fr .input {
    width: 240px;
    border-radius: 30px;
    padding-left: 20px;
    font-size: 16px;
    border: 1px solid #898989
}
.zamok-fr .but {
    border-radius: 30px;
    font-size: 18px;
    width: 220px
}
.zamok-form_otzyv .but {
    width: 240px;
    height: 50px;
}
.zamok-form_otzyv .input, .zamok-form_otzyv select {
    margin-bottom: 25px
}
.zamok-form_otzyv .zamok-fr textarea {
    resize: none;
    width: 65%;
    padding: 20px;
    height: 120px;
}
.add-photo {
    border: 1px solid #898989;
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
}
.select-range {
    display: flex;
    align-items: center;
    margin: 0
}
.select-range img {
    margin-right: 5px;
}
.icon-it {
    width: 32%;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #0063ff;
    padding: 65px 0
}
.icon-it p {
    font-family: 'Montserrat-Medium';
    margin: 30px 0 0;
    font-size: 24px;
}
.icon-it p span {
    display: block;
    font-family: 'Montserrat-Black';
    font-size: 40px;
}

.work {
    background: url(../img/bg2.jpg) center/cover;
}
.work .headline {
    text-align: left
}
.work-bl {
    position: relative
}
.work-bl:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 95%;
    background: #0063ff;
    left: 30px
}
.work-bl p {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}
.work-bl p span {
    width: 60px;
    height: 60px;
    background: #0063ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: 'Montserrat-Black';
    border-radius: 50%;
    margin-right: 25px;
}

.tabs .nav {
    display: flex;
    justify-content: center
}
.tabs .nav a {
    text-transform: uppercase;
    position: relative
}
.tabs .active a {
    font-family: 'Montserrat-Bold';
    color: #0063ff
}
.tabs .active a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 8px;
    background: url(../img/icon/select.png);
    bottom: 0px;
    left: 49%
}
.tabs .nav a:focus {
    background: none;
    color: #0063ff
}
.tab-content {
    margin-top: 40px;
}
.tab-pane>div {
    flex-wrap: wrap;
}
.otzyv {
    width: 48.5%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24);
    padding: 20px;
    margin-bottom: 20px
}
.otzyv>img {
    border-radius: 30px;
    width: 175px !important;
    margin-right: 20px;
}
.otzyv h5 {
    margin: 0 0 5px;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
}
.otzyv-date {
    color: #666;
    margin: 15px 0;
}
.otzyv-text p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
.more {
    color: #fc8c01;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    margin-top: 40px;
}
.more:hover {
    color: #fc8c01;
}

footer {
    padding-top: 40px;
    background: #0063ff;
    color: #fff;
}
footer .logo {
    margin-bottom: 20px;
}
.foot-nav {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 40%;
}
.foot-nav a {
    width: 50%;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 20px;
}
.foot-bot {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.33)
}
.foot-bot, .foot-bot a {
    font-size: 12px;
    color: #bcbcbc
}

.form-simple {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.copy {
    display: flex;
    align-items: center;
    margin: 0
}
.copy .marketing {
    margin: 0 20px !important;
    display: block
}
/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #000;
}    
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=8);
    opacity: .9;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog{
    width: auto;
    margin: 90px auto 20px;
}
.modal-content {
    border-radius: 30px;
    width: 870px;
    margin: 0px auto;
    position: relative;
    box-shadow: none;
    border: none;
}
#thx .modal-content {
    width: 360px
}
.modal-body {
    background: url(../img/bg3.jpg) center/cover no-repeat;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
}
#thx .modal-body {
    background: #fff
}
.modal-body .headline {
    font-size: 30px;
    margin: 0 0 20px
}
.modal-form {
    width: 50%;
    padding: 40px
}
.modal-form form {
    margin: 0;
    text-align: center
}
.modal p {
    font-size: 18px;
    margin: 20px auto 20px;
    color: #fff;
}
.modal-form .input-field {
    width: 270px;
    margin: 0 auto 20px
}
.modal .input {
    margin-bottom: 0px;
    border: 1px solid #868686;
    border-radius: 30px;
}
.modal .but{
    margin: 0 auto;
    border-radius: 30px;
    width: 270px;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: -50px;
    right: -50px;
    outline: none
}

.float-right {
    float: right;
    margin: 0 0 10px 25px;
    border-radius: 30px;
}
.float-left {
    float: left;
    margin: 0 25px 10px 0;
    border-radius: 30px;
}
.ec-rating {
    height: 100%;
}
.ec-rating-stars {
    display: flex;
    align-items: center;
    height: 100%;
}
.ec-rating-stars span {
    margin-right: 5px
}
.add-photo-field {
    display: none !important
}
