html {
    margin: 0
}

body {
    background: white;
    font: 14px "Roboto", sans-serif;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    color: #3b4952
}

table {
    border: #89bf42 1px solid;
    border-radius: 3px;
    width: 90%;
}

.main-content a {
    text-decoration: none
}

.main-content a[data-toggle="modal"] {
    cursor: pointer;
}

.main-content a:hover {
    text-decoration: underline
}

.main-content a,
.main-content a:active,
.main-content a:visited {
    color: #489600
}

.wrapper {
    background: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media screen and (min-width: 980px){
    #main-wrap{
        /*margin-top:100px;*/
    }
}

.main-content {
    background: #fff
}

.content-width,
.b-inform {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
}

input {
    outline: none
}

.has-error input,
.has-error textarea {
    border: 1px solid #f57474
}

.has-error .help-block-error {
    color: #f57474 !important
}

.form-group .help-block-error {
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 20px
}

.clearfix:after {
    display: block;
    clear: both;
    content: ''
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

input[type=date] {
    padding-right: 0 !important;
    padding-left: 0 !important
}

#wrapper {
    width: 250px;
    height: 350px;
    padding: 0 10px;
    margin: 0 auto;
    background: #FFF
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-group.checkbox {
    min-width: 100px;
    width: 44%;
    display: inline-block;
    margin-top: 20px
}

.one-tariff-description {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 400px;
    -ms-flex: 3 1 400px;
    flex: 3 1 400px;
    padding: 0;
    margin-right: 30px
}

.one-tariff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-content .b-inform {
    padding-top: 15px;
    padding-bottom: 30px
}

.main-content .b-inform .title {
    margin: 0
}

.main-content .tabs-name {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.main-content .tabs-name {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.main-content .tabs-name .title {
    color: #3b4952;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 19px
}

.main-content .tabs-name .tab-active {
    border-bottom: 5px solid #91c749 !important
}

.main-content .tabs-name .tab-active .title {
    color: #91c749 !important
}

.main-content .tabs-services {
    width: 100%;
    margin: 15px 0 10px 0
}

.main-content .tabs-services .tabs-content .tab-c {
    display: none;
}

.support {
    padding: 50px 0 30px 0;
}

.icn_green {
    color: #80D99D;
}

.form {
    text-align: right;
    width: 80%;
    max-width: 655px;
    margin: 0 auto
}

.address-block .address-block-item {
    width: 100%
}

.address-block .form-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.address-block .form-group:not(:last-child) {
    margin-right: 10px
}

button,
fieldset {
    border: none
}

fieldset {
    padding: 0;
    margin: 0
}

input:not([type="file"]),
input:not([type="radio"]),
input:not([type="checkbox"]),
textarea,
select {
    font-size: 16px;
    color: #999;
    width: 100%;
    padding: 9px 20px;
    margin: 5px 0;
    border: 1px solid #c9d4df;
    border-radius: 6px;
    outline: none;
    font-family: "Roboto", sans-serif
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
placeholder {
    color: #999;
    font-size: 22px
}

input:not([type="file"]):active,
textarea:active,
input:not([type="file"]):focus,
textarea:focus {
    color: #999
}

.help-block {
    margin: 0
}

textarea {
    resize: none
}

label.checkbox {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    margin-left: 18px
}

input[type=checkbox] {
    display: none !important
}

label.checkbox:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    border: 1px solid #91cc42;
    background-color: #ebebeb;
    border-radius: 1px;
    left: 0;
    top: 0
}

input[type=checkbox]:checked + label.checkbox:before {
    content: "";
    border-radius: 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    border: 1px solid #91cc42;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAARxJREFUeNqMkjErhlEUx3/vlRQlq2QUGdTz/wAGsr35CqxWZNBbBiaJXRGrwSKGN1IW2/8t38Agk0WxiGu5b93n8ZTn1Kl7f+f+7zmdc1oxRpqYpBmgC5wCx4HmdgBMAjtAt9Uko6RF4DZDy/8KJQWgB8wldG97oUmpq5koAhsAIft5sCbbCLCXoXPbPYAgaUhSB3iWNFXRbgHj6fwJdPqBANwBu+nBlaSxlG0C2My7avslF24DX+k+DVxIGkglDif+CuznpQTbD8BaxpaAS2AlYx3bHyUhgO0T4DCfE9BK5yfgrNq4UGnETc041m3/VGFpASSNAo/AbELXttt1wy0tgO13oA28Ad+VrpYtxvjHi6KYL4riqC7W998BAOu4dOsoshKQAAAAAElFTkSuQmCC") no-repeat #ebebeb center;
    left: 0;
    top: 0
}

.support.regular-padding {
    padding: 15px 0
}

.up {
    border-color: white !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 0 0 15px
}

.mobile-menu {
    padding: 0px;
    margin: 0;
    background: white
}

.col-green-md {
    background: #91c84a;
    border-radius: 3px;
    color: white;
    line-height: 17.55px;
    outline: none;
    width: auto;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 10px;
    height: 30px;
    font-size: 11px;
    text-transform: uppercase;
}

.col-green-md:visited {
    color: white;
}

.main-content .tabs-services .tabs-name {
    margin-bottom: 10px
}

.form select.form-control {
    font-size: 16px;
    color: #999;
    width: 100%;
    padding: 9px 20px;
    margin: 5px 0;
    border: 1px solid #c9d4df;
    border-radius: 6px;
    outline: none;
    font-family: "Roboto", sans-serif;
    height: 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpiVJZXiGdgYPAF4uw7D+6/BNIMKgqKPEBqPhAfYAQqOAdkGALxZyCWAir6AlTwGMiWAeJ7TEDCBohPAzEvEN8BSt6DSt4GYivG////M0CN3QWkXBkg4BRIEmjaXwaQAhgGWrcCiLcgiwEEGAANHjCBNFdtsAAAAABJRU5ErkJggg==") 98.5% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form .form-group {
    text-align: left
}

.form::-webkit-input-placeholder,
.form::-moz-placeholder,
.form:-ms-input-placeholder,
.form:-moz-placeholder,
.form placeholder {
    color: #999;
    font-size: 15px
}

.content {
    display: none
}

.content.active {
    display: block !important
}

@media only screen and (max-width: 767px) {
    .main-content .b-inform {
        padding: 0 0 0 0
    }

    .main-content .tabs-services .tabs-name {
        display: none
    }

    .main-content .b-inform {
        height: auto;
        padding-bottom: 0;
        padding-top: 0
    }

    .b-inform {
        background-image: none !important
    }

    .tab {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        display: inline-block
    }

    svg {
        width: 40px
    }

    .one-tariff-description {
        margin-right: 0;
    }

}

@media only screen and (min-width: 992px) {
    .tab {
        display: inline-block !important
    }
}

@media only screen and (max-width: 1200px) {

    .b-inform {
        padding: 0 5px
    }

    .main-content {
        padding: 0;
    }

    .content-width {
        padding: 0 4% 0 4%;
    }
}

@media only screen and (max-width: 992px) {
    .main-content .tabs-services .tabs-name {
        text-align: center
    }

    .main-content .tabs-services .tabs-content .tab-c {
        display: block !important
    }

    .main-content .tabs-services .tabs-name {
        text-align: center
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
    .tab {
        padding: 10px 0 !important
    }

    .tab:after {
        display: none
    }
    .main-content .tabs-services .tabs-name {
        text-align: center;
        margin-bottom: 0
    }
}


/* Arrow style */

.arrow-gigabit-wrap {
    position:absolute;
    z-index:1;
    left:50%;
    top:-5em;
    margin-left:-5em;
    background: rgb(17, 17, 17);
    width:10em;
    height:10em;
    padding:4em 2em;
    border-radius:50%;
    font-size:0.5em;
    display:block;
}

.arrow-gigabit{
    float:left;
    position:relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
    -webkit-transform:rotate(360deg)
}
.hint {
    position:absolute;
    top:0.6em;
    width:100%;
    left:0;
    font-size:2em;
    font-style:italic;
    text-align:center;
    color: rgb(255, 255, 255);
    opacity:0;
}


.arrow-gigabit-wrap:hover .hint {
    opacity:1;
}

.arrow-gigabit:after {
    content:'';
    position:absolute;
    top:-3.2em;
    left:-3em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #111 transparent transparent transparent;
    -webkit-transform:rotate(360deg)
}

@-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
}

.arrow-gigabit-wrap .arrow-gigabit {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover{
    color: white;
    background-color: rgba(72, 150, 0, 0.75);
    border-color: #489600;
    text-decoration: none;
}

.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover{
    color: #489600;
    border-color: #489600;
    text-decoration: none;
}

.select2-container--vega .select2-selection--single{
    border-bottom: 2px lightgrey solid !important;
}

.select2-container.select2-container--vega{
    margin: 5px 0;
}
.select2-container.select2-container--vega .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #cccccc;
    border-radius: 0px;
    border-bottom-color: #cccccc;
    transition : border-bottom-color 500ms ease-out;
    height: 38px;
}

.select2-container--vega.select2-container--open .select2-selection--single {
    border-bottom-color: #8dc63f;
}

.select2-container--vega .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}

.select2-container--vega .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    line-height: 28px;
    margin-right: 10px;
    font-size: 18px;
    color: #999;
}

.select2-container--vega .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--vega .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--vega .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--vega[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--vega[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--vega.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--vega.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--vega.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--vega .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--vega .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--vega .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--vega .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--vega .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--vega .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--vega .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--vega[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--vega[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--vega[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--vega[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--vega.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--vega.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--vega.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--vega.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--vega.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--vega.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--vega.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--vega.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #8dc63f;
}

.select2-container--vega.select2-container--open.select2-container--open .select2-dropdown {
}

.select2-container--vega .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--vega .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--vega .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--vega .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--vega .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--vega .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--vega .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--vega .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--vega .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--vega .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--vega .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--vega .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--vega .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--vega .select2-results__option--highlighted[aria-selected] {
    background-color: #8dc63f;
    color: white;
}

.select2-container--vega .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.dgt-btn-white-bg, .main-content a.dgt-btn-white-bg{
    display: inline-block;
    padding: 6px 25px;
    background-color: rgba(255,255,255, 0);
    color: #fff;
    font-size: 14px;
    border: 1px solid white;
    text-decoration: none;
}


/* loader */
.ls_load {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    z-index: 1100;
}
.ls_load.visible{
    display: block;
}
.ls_load_background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 998;
    opacity: 0.3;
}
.ls_load_circle_block {
    position: absolute;
    width: 10%;
    left: 45%;
    top: 40%;
}
@media (max-width: 767px){
    .ls_load_background {
        position: fixed;
    }
    .ls_load_circle_block {
        position: fixed;
        z-index: 1000;
    }
}
.ls_load_circle_wrap {
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
}
.ls_load_circle {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 999;
    border-color: #89bf42 transparent;
    border-width: 3px;
    border-style: solid;
    -webkit-animation: ls_load_animate 1s linear infinite;
    -moz-animation: ls_load_animate 1s linear infinite;
    -ms-animation: ls_load_animate 1s linear infinite;
    -o-animation: ls_load_animate 1s linear infinite;
    animation: ls_load_animate 1s linear infinite;
}
@-webkit-keyframes ls_load_animate {
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes ls_load_animate {
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes ls_load_animate {
    50% {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes ls_load_animate {
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ls_load_animate {
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}


.fixed-container {
    position: fixed;
    right: 29px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 998;
}

.fixed-container .feedback-button-area,
.fixed-container .feedback-button-area-mobile {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
}

.fixed-container .feedback-button-area .flipper .front-eng,
.fixed-container .feedback-button-area .flipper .front-rus,
.fixed-container .feedback-button-area .flipper .front-ukr,
.fixed-container .feedback-button-area-mobile .flipper .front-eng,
.fixed-container .feedback-button-area-mobile .flipper .front-rus,
.fixed-container .feedback-button-area-mobile .flipper .front-ukr  {
    width: 55px;
    height: 55px;
    background: url('../img/icons/icon_feedback_1.png') 0 0 no-repeat;
    background-size: 55px;
}

.fixed-container .feedback-button-area .flipper .back-eng,
.fixed-container .feedback-button-area .flipper .back-rus,
.fixed-container .feedback-button-area .flipper .back-ukr,
.fixed-container .feedback-button-area-mobile .flipper .back-eng,
.fixed-container .feedback-button-area-mobile .flipper .back-rus,
.fixed-container .feedback-button-area-mobile .flipper .back-ukr {
    width: 55px;
    height: 55px;
    background: url('../img/icons/icon_feedback_2.png') 0 0 no-repeat;
    background-size: 55px;
}

.telegram-bot-link a {
    display: block;
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
}

.telegram-bot-link a svg {
    width: 100%;
    height: 100%;
}

.acbsww.acbsww_container {
    bottom: 110px !important;
    right: 22px;
}

.vodafone-fonts,
.vodafone-fonts > * {
    font-family: "VodafoneRegular", sans-serif;
}
