@font-face {
    font-family: 'ArkonaC';
    src: url('../fonts/ArkonaC.ttf');
}

body {
    background-color: #383635;
    color: #ffffff;
    font-family: 'ArkonaC' !important;
}

.grid-sizer,
.grid-item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
}
.grid-item {
    /*transition: .5s;*/
}
.grid-item:hover{
    transition: .5s;
    /*-webkit-box-shadow: 0px 0px 23px -10px #ffc407;*/
    /*-moz-box-shadow: 0px 0px 23px -10px #ffc407;*/
    /*box-shadow: 0px 0px 23px -10px #ffc407;*/
}
.gutter-sizer {
    width: calc(16px);
}

.grid-item--width2 {
    width: calc(50% - 8px);
}

.img_left-1 {
    background: url('../images/Слой 2.png') no-repeat;
    background-size: 100% 100%;
    /*background-position: center;*/
    height: 210px;
}

.img_right-1 {
    background: url('../images/Слой 5.png') no-repeat;
    background-size: 100% 100%;
    /*background-position: center;*/
    height: 324px;
}

.img_left-2 {
    background: url('../images/Слой 3.png') no-repeat;
    background-size: 100% 100%;
    /*background-position: center;*/
    height: 210px;
}

.img_right-2 {
    background: url('../images/Слой 6.png') no-repeat;
    background-size: 100% 100%;
    /*background-position: center;*/
    height: 324px;
}

.img_left-3 {
    background: url('../images/Слой 4.png') no-repeat;
    background-size: 100% 100%;
    /*background-position: center;*/
    height: 210px;
}

.block_info {
    width: 190px;
    height: 155px;
    background-color: #383635;
    padding: 5px;
}
.block_info-mob {
    margin-top: 8px;
}

.description_left {
    padding: 15px 150px 15px 30px;
    border: dashed 1px #ffffff;
    height: 180px;
    background: url("../images/description_left.png") no-repeat;
    background-size: 126px 115px;
    background-position: right center;
}

.description_right {
    padding: 15px 15px 15px 150px;
    border: dashed 1px #ffffff;
    height: 180px;
    background: url("../images/description_right.png") no-repeat;
    background-size: 126px 115px;
    background-position: left center;
}

.border_rec {
    background: url('../images/size.png') no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
}

.footer_left {
    border: dashed 1px #ffffff;
    min-height: 289.5px;
    margin-bottom: 20px;
    padding: 15px 30px;
}

.footer_right {
    border: dashed 1px #ffffff;
    min-height: 289.5px;
    margin-bottom: 20px;
}
.footer_right iframe {
    min-height: 279.5px;
}

.anchor:hover {
     cursor: pointer;
}

.border_solid {
    /*outline: solid 1px;*/
}

.btn-shrine {
    color: #ffffff;
    border-radius: 0;
    border: solid 2px #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

.menu {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.btn-shrine:hover,
.btn-shrine:focus,
.btn-shrine:active {
    color: #ffc407;
    border: solid 2px #ffc407;
}

.header_left {
    border: dashed 1px #ffffff;
    height: 140px;
    background: url("../images/header_left.png") no-repeat;
    background-size: 83px auto;
    background-position: 15px;
}

.header_right {
    border: dashed 1px #ffffff;
    height: 140px;
    background: url("../images/header_right.png") no-repeat;
    background-size: 73px auto;
    background-position: 15px;
    margin-top: 25px;
}

.logo {
    background: url('../images/logo.png') no-repeat;
    background-size: 100%;
    height: 181px;
    background-position: bottom;
}

.title {
    font-size: 22px;
    text-transform: uppercase;
}

.description {
    font-size: 16px;
}

.description_left .description,
.description_right .description {
    font-size: 16px;
}
.header_left .description {
    padding: 8px 15px 15px 115px;
}
.header_right .description {
    padding: 8px 15px 15px 115px;
}

.call {
    color: #ffc407;
    margin-right: 20px;
    outline: none!important;
    text-decoration: unset!important;
    transition: .5s;
}
.call:hover,
.call:focus,
.call:active {
    color: #ffcf40;
    transition: .5s;
}
.soc {
    color: #ffffff;
    margin-right: 10px;
    outline: none!important;
    text-decoration: unset!important;
    transition: .5s;
}
.soc:hover,
.soc:focus,
.soc:active {
    color: #ffcf40;
    transition: .5s;
}
.input_text {
    color: #ffc407;
    border: solid 2px #ffc407;
    float: left;
    padding: 0 0 0 5px;
}
.ico_1 {
    width: 25px;
    height: 25px;
    background: url("../images/ico_1.png") no-repeat #ffc407;
    float: right;
    background-position: center;
    background-size: cover;
    margin-left: 5px;
}
.ico_2 {
    width: 25px;
    height: 25px;
    background: url("../images/ico_2.png") no-repeat;
    float: left;
    background-position: center;
    background-size: cover;
    margin-left: 5px;
}
.ico_3 {
    width: 33px;
    height: 25px;
    background: url("../images/ico_3.png") no-repeat;
    float: left;
    background-position: 0 1px;
    background-size: cover;
    margin-left: 5px;
}
.input_text[type="submit"] {
    background: #383635;
}
.form-check input {
    display: none;
}
.form-check label {
    font-size: 13px;
    padding: 0 15px;
    border: solid 2px #ffffff;
}
.form-check label.active {
    border: solid 2px #ffc407;
}
.form-check label:hover {
    cursor: pointer;
}
input.form-control {
    background: #383635;
    border-radius: 0;
    border:solid 2px #ffffff;
    color: #ffffff;
}






@media (min-width: 992px) and (max-width: 1199px) {
    .description {
        font-size: 14px;
    }
    .description_left .description, .description_right .description {
        font-size: 14px;
    }
    .form-check label {
        font-size: 13px;
        padding: 0 6px;
    }
    .header_right {
        margin-top: 26px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-shrine {
        width: auto;
        font-size: 8px;
    }
    .call {
        font-size: 13px;
    }

    br.hidden_br {
        display: none;
    }
    .img_left-1,
    .img_left-2,
    .img_left-3,
    .img_right-1,
    .img_right-2 {
        background: none;
    }
    .grid-item {
        width: 33.3333% !important;
        float: left;
        height: 150px;
    }
    .grid-sizer, .gutter-sizer {
        display: none;
    }
    .grid {
        position: relative;
        width: 100%;
        height: 290px!important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .description {
        font-size: 16px;
    }
    .block_info {
        margin: 0 auto;
        width: 100%;
    }
    .header_left {
        display: flex;
        align-items: center;
    }
    .header_right {
        display: flex;
        align-items: center;
    }
    .block_info-mob {
        display: inline-block;
        text-align: center;
    }
    .description_left,
    .description_right{
        padding: 15px 15px 15px 15px;
        text-align: center;
        height: auto;
        margin: 30px 0 0;
    }
    .primers .description_left,
    .primers .description_right {
        padding: 130px 15px 15px 15px;
        background-position: center 15px;
        background-size: 111px;
        height: 330px;
        margin-bottom: 30px;
    }
    .pr-2 {
        padding-right: 15px!important;
    }
    .pl-2 {
        padding-left: 15px!important;
    }
    .border_rec {
        /*display: none;*/
        margin-bottom: 30px;
    }
    .form-check {
        position: relative;
        display: block;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .form-check label {
        width: 100%;
    }
    form .align-items-center .description {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: -9px;
    }
    .footer_left,
    .footer_right{
        min-height: 411.5px;
    }
    .footer_right iframe{
        min-height: 401.5px;
    }
    .logo {
        background-size: contain;
        height: 181px;
        background-position: center;
    }
}
@media (min-width: 470px) and (max-width: 767px) {
    .footer_left {
        margin-top: 30px;
    }
    .btn-shrine {
        width: 100%;
        margin-bottom: 15px;
    }
    .header_left .description{
        padding: 85px 5px 5px;
        text-align: center !important;
    }
    .header_right .description{
        padding: 85px 5px 5px;
    }
    .header_left{
        height: 225px;
        background-position: top center;
    }
    .header_right{
        height: 152px;
        background-position: center 11px;
        text-align: center;
    }
    .logo {
        background-size: contain;
        background-position: center;
        margin: 15px 0;
    }
    br.hidden_br {
        display: none;
    }
    .img_left-1,
    .img_left-2,
    .img_left-3,
    .img_right-1,
    .img_right-2 {
        background: none;
        height: 150px!important;
    }
    .grid-item {
        width: 50% !important;
        float: left;
        height: 150px!important;
        position: inherit !important;
        left: 0!important;
        top: 0!important;
        text-align: center;
    }
    .grid {
        position: relative!important;
        height: 470px!important;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .grid-sizer, .gutter-sizer {
         display: none;
    }
    .block_info {
        margin: 0 auto;
        width: 100%;
    }
    .block_info-mob {
        display: inline-block;
        text-align: center;
    }
    .description_left,
    .description_right{
        padding: 15px 15px 15px 15px;
        text-align: center;
        height: auto;
        margin: 30px 0 0;
    }
    .primers .description_left,
    .primers .description_right {
        padding: 130px 15px 15px 15px;
        background-position: center 15px;
        background-size: 111px;
    }
    .pr-2 {
        padding-right: 15px!important;
    }
    .pl-2 {
        padding-left: 15px!important;
    }
    .border_rec {
        /*display: none;*/
        margin-top: 30px;
        height: 280px;
    }
    .form-check {
        position: relative;
        /* display: block; */
        /* width: 100%; */
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
    }
    .form-check label {
        width: auto;
    }
    .mob_label{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}
@media (min-width: 320px) and (max-width: 469px) {
    .footer_left {
        margin-top: 30px;
    }
    .btn-shrine {
        width: 100%;
        margin-bottom: 15px;
    }
    .header_left .description{
        padding: 85px 5px 5px;
        text-align: center !important;
    }
    .header_right .description{
        padding: 85px 5px 5px;
    }
    .header_left{
        height: 225px;
        background-position: top center;
    }
    .header_right{
        height: 176px;
        background-position: center 11px;
        text-align: center;
    }
    .logo {
        background-size: contain;
        background-position: center;
        margin: 15px 0;
    }
    br.hidden_br {
        display: none;
    }
    .img_left-1,
    .img_left-2,
    .img_left-3,
    .img_right-1,
    .img_right-2 {
        background: none;
    }
    .grid-item {
        width: 100% !important;
        margin-bottom: 16px!important;
        left: 0!important;
        display: block!important;
        position: inherit !important;
        height: 140px!important;
        top: 15px!important;
        text-align: center;
    }
    .block_info {
        margin: 0 auto;
        width: 100%;
    }
    .block_info-mob {
        display: inline-block;
        text-align: center;
    }
    .description_left,
    .description_right{
        padding: 15px 15px 15px 15px;
        text-align: center;
        height: auto;
        margin: 30px 0 0;
    }
    .primers .description_left,
    .primers .description_right {
        padding: 130px 15px 15px 15px;
        background-position: center 15px;
        background-size: 111px;
    }
    .pr-2 {
        padding-right: 15px!important;
    }
    .pl-2 {
        padding-left: 15px!important;
    }
    .border_rec {
        /*display: none;*/
        margin-top: 30px;
        height: 190px;
    }
    .form-check {
        position: relative;
        /* display: block; */
        /* width: 100%; */
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
    }
    .form-check label {
        width: auto;
    }
    .mob_label{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    form .align-items-center .description {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: -9px;
    }


}