/* @font-face {
    font-family: 'Helvetica2';
    src: url('../fonts/HelveticaRegular.eot');
    src: url('../fonts/HelveticaRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaRegular.woff') format('woff'),
         url('../fonts/HelveticaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zantrokeregular';
    src: url('../fonts/zantroke.woff2') format('woff2'),
         url('../fonts/zantroke.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'elementacyr-boldscbold';
    src: url('../fonts/elementacyr-boldsc.woff2') format('woff2'),
         url('../fonts/elementacyr-boldsc.woff') format('woff'),
         url('../fonts/elementacyr-boldsc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'elementacyr-regularregular';
    src: url('../fonts/elementacyr-regularregular.woff2') format('woff2'),
         url('../fonts/elementacyr-regularregular.woff') format('woff'),
         url('../fonts/elementacyr-regularregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Helvetica2-bold';
    src: url('../fonts/HelveticaBold.eot');
    src: url('../fonts/HelveticaBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaBold.woff') format('woff'),
         url('../fonts/HelveticaBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'minion';
    src: url('../fonts/minion.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
* {
    font-family: 'Arial';
    font-size: 17px;
    color: #000 !important;
}

a,
p,
span,
label {
    /* color: #C2A06E; */
    font-size: 16px;
    margin-bottom: 0px;
}

.clear {
    clear: both;
}

h2 {
    font-size: 2em;
}

.gradient {
    background: #ffffff;
    /*background: #e3ddd1; 
    background: #dec9a3; */
    /*-moz-background-size: 100%;
	-webkit-background-size: 100%; 
	-o-background-size: 100%; 
	background-size: cover; 		
     background: #4083dc;
    background: linear-gradient(to top right, #4487d6, #91c572);
    background-color: #e3ddd1 !important;
	background: url(../img/bg.jpg) 50% 0% fixed;
    background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;*/
}

.fixed-crossbrowser-background {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: url("../img/bg.jpg");*/
    opacity: 1;
    z-index: -1;
    background-size: cover;
    will-change: transform;
}

.main {
    width: 250px;
    margin: 0 auto;
}

.top {
    margin-top: 25px;
}

.img {
    text-align: center;
}

.top img,
.img img {
    width: 250px;
}

.top h1 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    width: 235px;
    margin: 0 auto 15px;
}

.top p {
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: left;
    color: #000;
}

.modal-body {
    color: #000;
}

.rating {
    margin-top: 8px;
    width: 100%;
    background: none;
}

.rating .header {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 19px;
    font-family: elementacyr-boldscbold;
}

.stars-row {
    width: 100%;
    text-align: left;
}

.stars-row a,
.stars-row a:hover {
    text-decoration: none;
}

.star {
    margin-right: 4px;
    width: 40px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/star.png);
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.star:hover {
    background: url(../img/star.png) 0 -50px;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.star.active {
    background: url(../img/star.png) 0 -50px;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.manager-notice {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: -10px;
    font-size: 1em;
    line-height: 1.2em;
}

.form-radio-field-name {
    font-weight: normal;
    font-size: 19px;
    font-family: 'elementacyr-boldscbold';
}

.smile-rating {
    margin-top: 20px;
}

.smile-rating .form-radio-field-name {
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}

.smile {
    margin-right: 4px;
    width: 90px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background: url(../img/star.png);
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

/*.stars-row.text {
        margin-top: 20px;
    }*/

.smile-text {
    display: inline-block;
    width: 99px;
}

.smile-bad {
    background: url(../img/smile_bad.png) no-repeat 50% 50%;
}

.smile-bad:hover {
    background: url(../img/smile_bad_act.png) no-repeat 50% 50%;

}

.smile-bad.active {
    background: url(../img/smile_bad_act.png) no-repeat 50% 50%;
}

.smile-norm {
    background: url(../img/smile_norm.png) no-repeat 50% 50%;
}

.smile-norm:hover {
    background: url(../img/smile_norm_act.png) no-repeat 50% 50%;

}

.smile-norm.active {
    background: url(../img/smile_norm_act.png) no-repeat 50% 50%;
}

.smile-good {
    background: url(../img/smile_good.png) no-repeat 50% 50%;
}

.smile-good:hover {
    background: url(../img/smile_good_act.png) no-repeat 50% 50%;

}

.smile-good.active {
    background: url(../img/smile_good_act.png) no-repeat 50% 50%;
}

.rating-word {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: normal;
    font-size: 19px;
}

.rating-word.error {
    color: #ffa500;
    font-weight: normal;
}

.input input.error,
.comment textarea.error {
    border-color: #ffa500;
}

.form-input-field-name,
.form-textarea-field-name {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}

.comment {
    float: left;
    margin-top: 10px;
    width: 100%;
}

textarea::-webkit-input-placeholder {
    /* color: #C2A06E; */
    font-size: 17px;
    line-height: 20px;
}

textarea::-moz-placeholder {
    /* color: #C2A06E; */
    font-size: 17px;
    line-height: 20px;
}

/* Firefox 19+ */
textarea:-moz-placeholder {
    /* color: #C2A06E; */
    font-size: 17px;
    line-height: 20px;
}

/* Firefox 18- */
textarea:-ms-input-placeholder {
    /* color: #C2A06E; */
    font-size: 17px;
    line-height: 20px;
}

.input input.error::-webkit-input-placeholder {
    color: #ffa500;
    font-weight: bold;
}

.input input.error::-moz-placeholder {
    color: #ffa500;
    font-weight: bold;
}

/* Firefox 19+ */
.input input.error:-moz-placeholder {
    color: #ffa500;
    font-weight: bold;
}

/* Firefox 18- */
.input input.error:-ms-input-placeholder {
    color: #ffa500;
    font-weight: bold;
}

textarea.error::-webkit-input-placeholder {
    color: #ffa500;
    font-weight: bold;
}

textarea.error::-moz-placeholder {
    color: #ffa500;
    font-weight: bold;
}

/* Firefox 19+ */
textarea.error:-moz-placeholder {
    color: #ffa500;
    font-weight: bold;
}

/* Firefox 18- */
textarea.error:-ms-input-placeholder {
    color: #ffa500;
    font-weight: bold;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}


.comment textarea {
    width: 230px;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    border-radius: 7px;
    background: none;
    padding: 10px;
    font-size: 17px;
    /* color: #C2A06E;
    font-family: 'elementacyr-regularregular'; */
}

.input {
    float: left;
    margin-top: 10px;
    width: 100%;
    /* color: #C2A06E; */
}

/* 
input::-webkit-input-placeholder {
    color: #C2A06E;
}

input::-moz-placeholder {
    color: #C2A06E;
} */

/* Firefox 19+ */
/* input:-moz-placeholder {
    color: #C2A06E;
} */

/* Firefox 18- */
/* input:-ms-input-placeholder {
    color: #C2A06E;
} */

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.input input {
    width: 230px;
    border: 1px rgba(0, 0, 0, 0.5) solid;
    border-radius: 7px;
    background: none;
    padding: 10px;
    font-size: 17px;
    /* color: #C2A06E; */
    /* font-family: 'elementacyr-regularregular'; */
}

.submit {
    float: left;
    width: 255px;
    padding-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.submit span {
    display: block;
    padding: 5px 0px;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.5); */
    border: none;
    /* text-transform: uppercase;
    font-family: 'elementacyr-boldscbold'; */
    /* background-color: #f6e1a254; */
}

.submit a {
    text-decoration: none;
}

#button-submit {
    text-align: center;
    width: 100%;
    background-image: none;
    margin-left: 0px;
}

#button-submit span {
    text-align: center;
    border-radius: 3px;
}

.button-submit {
    /* border: solid 1px #000000; */
    border-radius: 10px;
    background: #ffffff;
    padding: 15px 84px;
}
.button-submit span {
    color: #000 !important;
}
.submit.active {
    opacity: 1;
}

/*.submit.active .button-submit:hover {
    background-color: transparent;
}

.submit.active .button-submit:hover span {
    color: #C2A06E;
}*/

.bottom-text {
    margin: 30px 0px 36px 0px;
    font-size: 12px;
}

.success-msg {
    width: 230px;
    /* margin-top: 20px; */
    /* left: 100px;
    position: relative; */
    margin: 20px auto 20px;
}

.success-msg h1 {
    font-size: 2.3em;
    font-weight: normal;
    line-height: 1em;
}

.success-msg p {
    margin-bottom: 12px;
    font-size: 17px;
}

.success-msg a {
    color: #fff;
    text-decoration: none;
    display: inline;
    border-bottom: 1px #fff dotted;
}

.link {
    text-align: center;
}

.radio-buttons__list {
    text-align: left;
}

.radio-buttons__item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 15px 0px 0 0;
    margin: 0;
    width: 37%;
}

.radio-buttons__list_block .radio-buttons__item {
    width: 100%;
}

.radio-buttons__list_inline .radio-buttons__item {
    width: auto;
    padding-right: 20px;
}

.radio-buttons__list_block .radio-buttons__text_desc {
    width: 80%;
    line-height: 18px;
    padding-top: 3px;
    font-family: 'elementacyr-regularregular';
}

.radio-buttons__text {
    cursor: pointer;
    font-size: 16px;
}

.radio-buttons__text_radio,
.radio-buttons__text_checkbox {
    content: '';
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
}

.radio-buttons__text_checkbox {
    border-radius: 2px;
}

.radio-buttons__text_radio:before,
.radio-buttons__text_checkbox:before {
    content: '';
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 7px;
    left: 7px;
    transition: background 400ms;
}

.radio-buttons__text_checkbox:before {
    border-radius: 0px;
}

.radio-buttons__item_other {
    width: 100%;
    display: none;
    margin-top: 15px;
    overflow: hidden;
}

.radio-buttons__item_other input {
    width: 100%;
    background: transparent;
    border: 1px #fff solid;
    box-sizing: border-box;
    padding: 5px;
}

.radio-buttons__input:checked+label.radio-buttons__text .radio-buttons__text_radio:before,
.radio-buttons__input:checked+label.radio-buttons__text .radio-buttons__text_checkbox:before {
    background: black;
    padding: 3px;
}

.radio-buttons,
.vote-buttons_radio {
    width: 100%;
}

.radio-buttons__text_desc {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 3px;
}

ul.radio-buttons__list_inline .radio-buttons__text_desc {
    padding-left: 0px;
}

.vote-buttons_radio .comment {
    margin: 0;
    padding: 25px 0 0 0;
}

.vote-buttons_radio_only-text.vote-buttons_radio .comment {
    padding: 15px 0 0 0;
}

.hidden {
    display: none;
}

.undertitle-qua {
    padding-bottom: 5px;
    text-align: left;
    line-height: 23px;
}

.contacts-bottom {
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 30px;
}

.phone-link,
.phone-link:hover,
.phone-link:active {
    text-decoration: none;
}

.contacts-bottom__center {
    padding: 7px 0;
}

.button-submit-normal {
    margin-left: -8px;
    width: 200px;
    height: 70px;
    background: url(../img/button-submit.png);
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.button-submit-normal:hover {
    width: 200px;
    height: 70px;
    background: url(../img/button-submit.png) left -66px;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.submit.submit-afisha {
    padding-bottom: 0px;
}

span.voter-item-name {
    float: left;
    width: 120px;
    font-size: 14px;
}

span.voter-item-name.error,
span.voter-item-list-name.error,
span.form-checkboxes-field-name.error,
span.form-radio-field-name.error {
    color: #ffa500;
    font-weight: bold;
}

.agreenment-checkbox .radio-checkboxes-buttons__item {
    width: 95%;

}

.agreenment-checkbox .radio-buttons__text_desc {
    width: 90%;
    padding-top: 0px;
}

.agreenment-checkbox .radio-checkboxes-buttons__text_checkbox {
    margin-right: 5px;
}

.vote-layer {
    float: left;
    margin-top: 26px;
}

.vote-layer-row1 {
    float: left;
    width: 140px;
    height: 80px;
}

.vote-layer-mid {
    float: left;
    width: 20px;
    height: 80px;
}


.vote-layer-row2 {
    float: left;
    width: 140px;
    height: 80px;
}

.vote-layer span {
    display: block;
}

.vote-layer-buttons {
    height: 45px;
}

.vote-layer-up {
    float: left;
    width: 70px;
    height: 40px;
    background: url(../img/vote-icons.png) left bottom;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;

}

.vote-layer-up:hover {
    background: url(../img/vote-icons.png) left top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
}

.vote-layer-up.active {
    background: url(../img/vote-icons.png) left top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;

}

.vote-layer-down {
    float: left;
    width: 70px;
    height: 40px;
    background: url(../img/vote-icons.png) right bottom;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;

}

.vote-layer-down:hover {
    background: url(../img/vote-icons.png) right top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
}

.vote-layer-down.active {
    background: url(../img/vote-icons.png) right top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
}

.vote-default-layer {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.vote-default-layer-col {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.vote-default-layer-text {
    width: 178px;
    float: left;
    text-align: left;
}


.vote-default-layer-buttons {
    margin-top: 5px;
    width: 120px;
    float: right;
}

.vote-default-layer-up {
    float: left;
    width: 60px;
    height: 35px;
    background: url(../img/vote-icons.png) left bottom;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;

}

.vote-default-layer-up:hover {
    background: url(../img/vote-icons.png) left top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
}

.vote-default-layer-up.active {
    background: url(../img/vote-icons.png) left top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;

}

.vote-default-layer-down {
    float: left;
    width: 60px;
    height: 35px;
    background: url(../img/vote-icons.png) right bottom;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;

}

.vote-default-layer-down:hover {
    background: url(../img/vote-icons.png) right top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
}

.vote-default-layer-down.active {
    background: url(../img/vote-icons.png) right top;
    -moz-background-size: 200%;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
}

.vote-default-layer-text_btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 8px 19px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    max-width: 60px;
    transition: background 300ms;
}

.vote-default-layer-text_btn:hover,
.vote-default-layer-text_btn.active {
    background: transparent;
    color: #000;
}

.vote-default-layer-up.vote-default-layer-text_btn {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.vote-default-layer-down.vote-default-layer-text_btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px;
    padding: 8px 15px;
}

.vote.form-radio-field {
    margin-top: 40px;
}

.badService .radio-radio-buttons__item_other {
    display: none;
}

/*checkboxes style*/
.vote-checkboxes-col {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.vote-checkboxes-text {
    width: 178px;
    float: left;
    text-align: left;
}

.vote-checkboxes-text_radio {
    width: 100%;
}

.vote-checkboxes-buttons {
    margin-top: 5px;
    width: 120px;
    float: right;
}

.vote-checkboxes-col .comment {
    margin-left: -20px;
}

.large-block .vote-default-layer-text {
    float: none;
    width: 250px;
    margin-bottom: 10px;
}

.large-block .vote-default-layer-buttons {
    width: 150px;
    background: transparent;
}

.large-block .vote-default-layer-buttons-inner {
    margin-left: 20px;
}

.large-block .vote-default-layer-up,
.large-block .vote-default-layer-down {
    width: 30px;
    max-width: 30px;
    text-align: center;
}

.large-block .vote-default-layer-up {
    border-right: 0px none #fff;
}

.large-block .vote-default-layer-down {
    border-left: 0px none #fff;
}

.radio-checkboxes-buttons,
.vote-checkboxes-buttons_radio {
    width: 100%;
}

.radio-checkboxes-buttons__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.radio-checkboxes-buttons__item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 12px 5px 0 0;
    width: 90%;
}

.radio-checkboxes-buttons__input:checked+label.radio-checkboxes-buttons__text .radio-checkboxes-buttons__text_checkbox:before {
    background: black;
    padding: 4px;
}

.radio-checkboxes-buttons__text {
    cursor: pointer;
}

.radio-checkboxes-buttons__text_checkbox {
    content: '';
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
}

.radio-checkboxes-buttons__text_checkbox:before {
    content: '';
    display: inline-block;
    background: transparent;
    border-radius: 2px;
    padding: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: background 400ms;
}

.radio-checkboxes-buttons__item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 12px 5px 0 0;
    width: 90%;
}

.radio-checkboxes-buttons__item_other {
    width: 100%;
    display: none;
    margin-top: 25px;
    overflow: hidden;
}

.radio-checkboxes-buttons__item_other input {
    width: 100%;
    background: none;
    border: 1px #000 solid;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    background: transparent;
}

.radio-radiotype-buttons__item_other {
    width: 100%;
    display: none;
    margin-top: 25px;
    overflow: hidden;
}

.radio-radiotype-buttons__item_other input {
    width: 100%;
    background: transparent;
    border: 1px #fff solid;
    box-sizing: border-box;
    padding: 5px;
}

.subfield-active {
    margin-left: 0px;
}

/*checkboxes style*/

.soc-icons a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 30px;
}

.soc-icons a.fb-link {
    background: url('../img/fb.png') 0 0 no-repeat;
}

.soc-icons a.inst-link {
    background: url('../img/instagram.png') 0 0 no-repeat;
}

.soc-icons a.vk-link {
    background: url('../img/vk.png') 0 0 no-repeat;
}

.modal-body {
    border: solid 1px #fff;
    border-radius: 7px;
    padding: 5px 10px;
    background-color: transparent;
    z-index: 1;
    position: absolute;
    width: 250px;
    top: 0px;
    display: none;
}

.socnets .socnet-row {
    width: 250px;
    margin: 10px auto;
    text-align: center;
}

.socnets .socnet-row a {
    display: inline-block;
    margin: 0px 10px;
}

.main {
    width: 75%;
    max-width: 350px;
    margin: 30px auto;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.7);
   
    outline-offset: -3px;
    padding: 40px;
    border-radius: 16px;
}