.oplata {
    width: 100%;
    min-width: 360px;
}

.oplata p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.oplata h2 {
    margin: 0px 0px 5px 20px !important;
}

.oplatatabs {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

p.numberfot2 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 30px;
    background: url(../images/phone.png) no-repeat;
    font-size: 20pt;
}

p.numberfot {
    margin-top: 70px;
    padding-left: 30px;
    background: url(../images/phone.png) no-repeat;
    font-size: 20pt;
}

a.calme {
    font-family: 'MuseoSansCyrl700', sans-serif;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    color: #4c93af;
    text-decoration: none;
    user-select: none;
    border: 1px solid #4c93af;
    font-size: 21px;
    font-weight: bold;
    padding: 5px 21px;
    border-radius: 30px;
    outline: none;
}

.oplatatabs label {
    display: table-cell;
    width: 5%;
    height: 20px;
    margin: 0 0 -1px;
    padding: 15px 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    background: #d3d3d3;
}

.oplatatabs label:hover {
    color: #888;
    cursor: pointer;
}

.oplatatabs input:checked+label {
    color: #000000;
    background: #f92;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
    display: block;
}

section {
    display: none;
    padding: 15px;
    background: #fff;
}

.oplatatabs input {
    display: none;
}

.modalDialog {
    position: fixed;
    font-family: 'MuseoSansCyrl500';
    src: url('../font/MuseoSansCyrl-500.ttf');
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 800ms ease-in;
    -moz-transition: opacity 800ms ease-in;
    transition: opacity 800ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog>div {
    width: 600px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#e3e7ea, #eef);
    background: -webkit-linear-gradient(#e3e7ea, #eef);
    background: -o-linear-gradient(#e3e7ea, #eef);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #f9921c;
}

.modalDialog2 {
    position: fixed;
    font-family: 'MuseoSansCyrl500';
    src: url('../font/MuseoSansCyrl-500.ttf');
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 800ms ease-in;
    -moz-transition: opacity 800ms ease-in;
    transition: opacity 800ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog2:target {
    display: block;
    pointer-events: auto;
}

.modalDialog2>div {
    width: 600px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#e3e7ea, #eef);
    background: -webkit-linear-gradient(#e3e7ea, #eef);
    background: -o-linear-gradient(#e3e7ea, #eef);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #f9921c;
}

.modal {
    display: inline;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    opacity: 0;
    pointer-events: none;
}

.modal:target {
    opacity: 1;
    pointer-events: auto;
}

.modal>div {
    width: 500px;
    background: #ffffff;
    position: relative;
    margin: 10% auto;
    -webkit-animation: minimise 500ms linear;
    padding: 30px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    text-shadow: 0 1px 0 #fff;
}

.modal:target>div {
    -webkit-animation-name: bounce;
}

.modal h2 {
    font-size: 36px;
    padding: 0 0 20px;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
        -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    }
    55% {
        -webkit-transform: scale3d(1.08, 1.08, 1);
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    }
    75% {
        -webkit-transform: scale3d(0.95, 0.95, 1);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    }
}

@-webkit-keyframes minimise {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
    }
}

.modal a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
}

.modal a[href="#close"]:focus {
    outline: none;
}

.modal a[href="#close"]:after {
    content: 'X';
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    padding: 1px 1px 1px 2px;
    text-decoration: inhertit;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #000;
    color: #ffffff;
    border: 3px solid #ffffff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

a.openModal {}

a.openModal:hover,
a.openModal:focus {}

.modal .modal_title {
    display: block;
    text-align: center;
    font-size: 22pt;
}

.photo_win {
    margin-left: auto;
    width: 500px;
}

.img_wrap {
    margin-top: 10px;
    width: 100%;
    overflow: auto;
}

.img_wrap img {
    margin: 0 10px 10px;
    height: 187px;
}

.bonus {
    width: 100%;
    min-width: 360px;
}

.bonus p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.bonus ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.bonustabs {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.bonustabs label {
    display: table-cell;
    width: 350px;
    height: 50px;
    margin: 0 0 -1px;
    padding: 1px 1px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    background: #d3d3d3;
}

.bonus h2 {
    margin: 0px 0px 5px 20px !important;
    color: #f9921c;
    font-size: 25px;
}

.bonustabs label:hover {
    color: #888;
    cursor: pointer;
}

.bonustabs input:checked+label {
    color: #000000;
    background: #f92;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
    display: block;
}

section {
    display: none;
    padding: 15px;
    background: #fff;
}

.bonustabs input {
    display: none;
}

.formbutton {
    background: #77c23e;
    color: #fff;
    margin-top: 17px;
    font-size: 12px;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
}

label span.label-1 {
    width: 30%;
    float: left;
    display: block;
}

.label-1 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    white-space: nowrap;
}

.input-1,
.textarea-1,
.select-1-link {
    color: #4e4f53;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    position: relative;
    border: 2px solid transparent;
    background-color: #f1f1f1;
    border-radius: 10px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.input-1,
.select-1-link {
    height: 50px;
}

.row-form .input-1,
.row-form .textarea-1,
.row-form .select-1 {
    display: block;
    width: 100%;
}

.modal-box .input-1,
.modal-box .textarea-1,
.modal-box .select-1-link {
    background-color: white;
}

.row-form:after {
    clear: both;
}

.row-form:before,
.row-form:after {
    content: " ";
    display: table;
}

.row-form {
    margin-bottom: 24px;
}

.modal-box [class^='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.label-1.req:after {
    content: ' *';
    color: #d4473e;
}

.input-1:focus,
.textarea-1:focus,
.select-1-link:focus {
    border-color: #8eb021 !important;
    background-color: white !important;
}

.modal-box {
    position: relative;
    margin: 0 auto;
    padding: 40px 15px;
    background-color: #f1f1f1;
    border-radius: 6px;
    max-width: 500px;
}

.modal-box.modal-box-vacancy {
    max-width: 590px;
}